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