Share via


CatalogConnectionManager constructor (SPSite)

Initializes a new instance of a CatalogConnectionManager object that manages catalogs that are used in the site collection as specified in the site parameter.

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

Syntax

'Declaration
Public Sub New ( _
    site As SPSite _
)
'Usage
Dim site As SPSite

Dim instance As New CatalogConnectionManager(site)
public CatalogConnectionManager(
    SPSite site
)

Parameters

Remarks

Manage catalogs used in the site collection that are specified by a site. Use this class to add, edit, or delete catalog connections in the site collection. When a new collection is added, a result source is automatically created.

See also

Reference

CatalogConnectionManager class

CatalogConnectionManager members

CatalogConnectionManager overload

Microsoft.SharePoint.Publishing namespace