Show / Hide Table of Contents

    Add-PnPPublishingPageLayout

    SYNOPSIS

    Adds a publishing page layout

    SYNTAX

    Add-PnPPublishingPageLayout -SourceFilePath <String> -Title <String> -Description <String>
     -AssociatedContentTypeID <String> [-DestinationFolderHierarchy <String>] 
     [-Connection <PnPConnection>] [<CommonParameters>]
    

    DESCRIPTION

    Allows to add a publishing page layout and associate it to a content type.

    EXAMPLES

    EXAMPLE 1

    Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901
    

    Uploads the pagelayout 'customlayout.aspx' to the current site as a 'web part page' pagelayout

    PARAMETERS

    -AssociatedContentTypeID

    Associated content type ID

    Type: String
    Parameter Sets: (All)
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -Connection

    Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

    Type: PnPConnection
    Parameter Sets: (All)
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -Description

    Description for the page layout

    Type: String
    Parameter Sets: (All)
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -DestinationFolderHierarchy

    Folder hierarchy where the html page layouts will be deployed

    Type: String
    Parameter Sets: (All)
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -SourceFilePath

    Path to the file which will be uploaded

    Type: String
    Parameter Sets: (All)
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -Title

    Title for the page layout

    Type: String
    Parameter Sets: (All)
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer