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