PublishingWeb.IsInheritingDefaultPageLayout Property

Specifies the page layout that will be used when creating “one-click” pages within this PublishingWeb object through the UI.

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

Syntax

'Declaration
Public ReadOnly Property IsInheritingDefaultPageLayout As Boolean
    Get
'Usage
Dim instance As PublishingWeb
Dim value As Boolean

value = instance.IsInheritingDefaultPageLayout
public bool IsInheritingDefaultPageLayout { get; }

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

PublishingWeb Class

PublishingWeb Members

Microsoft.SharePoint.Publishing Namespace