Share via


CatalogConnectionManager.ConnectedPublishingCatalogs property

Returns publishing catalogs that are connected to the site that is supplied to the constructor.

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

Syntax

'Declaration
Public ReadOnly Property ConnectedPublishingCatalogs As List(Of CatalogConnectionSettings)
    Get
'Usage
Dim instance As CatalogConnectionManager
Dim value As List(Of CatalogConnectionSettings)

value = instance.ConnectedPublishingCatalogs
public List<CatalogConnectionSettings> ConnectedPublishingCatalogs { get; }

Property value

Type: System.Collections.Generic.List<CatalogConnectionSettings>

See also

Reference

CatalogConnectionManager class

CatalogConnectionManager members

Microsoft.SharePoint.Publishing namespace