Share via


ContentTypeId.PageLayout property

Gets an object of type SPContentTypeId that specifies a PageLayout content type.

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

Syntax

'Declaration
Public Shared ReadOnly Property PageLayout As SPContentTypeId
    Get
'Usage
Dim value As SPContentTypeId

value = ContentTypeId.PageLayout
public static SPContentTypeId PageLayout { get; }

Property value

Type: Microsoft.SharePoint.SPContentTypeId
An object of type SPContentTypeId that specifies a PageLayout content type.

See also

Reference

ContentTypeId class

ContentTypeId members

Microsoft.SharePoint.Publishing namespace