Skip to content

Latest commit

 

History

History
128 lines (94 loc) · 2.48 KB

Add-PnPPublishingPageLayout.md

File metadata and controls

128 lines (94 loc) · 2.48 KB
Module Name schema applicable online version external help file title
PnP.PowerShell
2.0.0
SharePoint Online
PnP.PowerShell.dll-Help.xml
Add-PnPPublishingPageLayout

Add-PnPPublishingPageLayout

SYNOPSIS

Adds a publishing page layout

SYNTAX

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

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