Share via


PublishingPageInformation.PageLayoutListItem property

The [Microsoft.SharePoint.Client.ListItem] of the page layout to use for the [PublishingPage], or a null reference (Nothing in Visual Basic) if the default page layout should be used.

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

Syntax

'Declaration
Public Property PageLayoutListItem As ListItem
    Get
    Set
'Usage
Dim instance As PublishingPageInformation
Dim value As ListItem

value = instance.PageLayoutListItem

instance.PageLayoutListItem = value
public ListItem PageLayoutListItem { get; set; }

Property value

Type: Microsoft.SharePoint.Client.ListItem
The ListItem of the page layout.

Remarks

Defaults to a null reference (Nothing in Visual Basic).

See also

Reference

PublishingPageInformation class

PublishingPageInformation members

Microsoft.SharePoint.Client.Publishing namespace