PublishingWeb.SetDefaultPageLayout method
Specifies the URL token that will be used when creating “one-click” pages within the current PublishingWeb object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub SetDefaultPageLayout ( _
pageLayout As PageLayout, _
resetAllSubsitesToInherit As Boolean _
)
'Usage
Dim instance As PublishingWeb
Dim pageLayout As PageLayout
Dim resetAllSubsitesToInherit As Boolean
instance.SetDefaultPageLayout(pageLayout, _
resetAllSubsitesToInherit)
public void SetDefaultPageLayout(
PageLayout pageLayout,
bool resetAllSubsitesToInherit
)
Parameters
pageLayout
Type: Microsoft.SharePoint.Publishing.PageLayoutThe URL token representing the page layout to be set.
resetAllSubsitesToInherit
Type: System.BooleanIndicates whether this setting should be pushed down to all subsites
Remarks
After calling this method, the NewPageUrlToken will return the given page layout and the given URL token. The IsInheritingNewPageUrlToken property will be False.