Skip to content

Latest commit

 

History

History
128 lines (94 loc) · 2.52 KB

Add-PnPHtmlPublishingPageLayout.md

File metadata and controls

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

Add-PnPHtmlPublishingPageLayout

SYNOPSIS

Adds a HTML based publishing page layout

SYNTAX

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

DESCRIPTION

Allows to add a HTML based publishing page layout.

EXAMPLES

EXAMPLE 1

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

Uploads the pagelayout 'customlayout.aspx' from the current location 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