PageLayoutCreationInformation.AssociatedCatalog property

Gets or sets the catalog to use to generate a catalog page layout.

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

Syntax

'Declaration
Public Property AssociatedCatalog As CatalogConnectionSettings
    Get
    Set
'Usage
Dim instance As PageLayoutCreationInformation
Dim value As CatalogConnectionSettings

value = instance.AssociatedCatalog

instance.AssociatedCatalog = value
public CatalogConnectionSettings AssociatedCatalog { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.CatalogConnectionSettings
The catalog to use to generate the catalog page layout.

Remarks

If the page layout is a catalog page layout, the AssociatedCatalog property represents the catalog that is used to create the page layout.

See also

Reference

PageLayoutCreationInformation class

PageLayoutCreationInformation members

Microsoft.SharePoint.Publishing namespace