Share via


PageLayoutCollection.LayoutsDocumentLibrary property

Gets the SPDocumentLibrary where the PageLayout objects in this PageLayoutCollection are stored.

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

Syntax

'Declaration
Public ReadOnly Property LayoutsDocumentLibrary As SPDocumentLibrary
    Get
'Usage
Dim instance As PageLayoutCollection
Dim value As SPDocumentLibrary

value = instance.LayoutsDocumentLibrary
public SPDocumentLibrary LayoutsDocumentLibrary { get; }

Property value

Type: Microsoft.SharePoint.SPDocumentLibrary
An SPDocumentLibrary object.

See also

Reference

PageLayoutCollection class

PageLayoutCollection members

Microsoft.SharePoint.Publishing namespace