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