PublishingWeb.DefaultPageLayout property

Gets the URL token that is used when creating “one-click” pages within this PublishingWeb.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property DefaultPageLayout As PageLayout
    Get
'Usage
Dim instance As PublishingWeb
Dim value As PageLayout

value = instance.DefaultPageLayout
public PageLayout DefaultPageLayout { get; }

Property value

Type: Microsoft.SharePoint.Publishing.PageLayout
Returns PageLayout.

Remarks

The NewPageUrlToken property is used when creating new “one-click” pages within this PublishingWeb.

See also

Reference

PublishingWeb class

PublishingWeb members

Microsoft.SharePoint.Publishing namespace