CatalogConnectionManager members

Manages catalog connections that are used in a site collection.

The CatalogConnectionManager type exposes the following members.

Constructors

  Name Description
Public method CatalogConnectionManager(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.
Public method CatalogConnectionManager(SPSite, Boolean) Initializes a new instance of the CatalogConnectionManager object that manages catalogs that are used in the site collection as specified by the site parameter.

Top

Properties

  Name Description
Public property ConnectedPublishingCatalogs Returns publishing catalogs that are connected to the site that is supplied to the constructor.

Top

Methods

  Name Description
Public method AddCatalogConnection(CatalogConnectionSettings) Add a catalog connection to the site that is specified in the constructor.
Public method AddCatalogConnection(CatalogConnectionSettings, [], String, String) Adds a catalog connection to the site that is specified in the constructor.
Public method AddCatalogConnection(CatalogConnectionSettings, String, String, String, Boolean) Adds a catalog connection to the site that is specified in the constructor.
Public method Contains Indicates whether a connection to the catalog exists in the site that is specified in the constructor.
Public method DeleteCatalogConnection Removes a catalog connection and the associated search result source from the site specified in the constructor.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCatalogConnectionSettings Gets the settings for a catalog that is connected to this site.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Update Commits changes to the catalog connection settings for the site specified in the constructor.
Public method UpdateCatalogConnection Updates the catalog that is currently connected to the site that is specified in the constructor.

Top

See also

Reference

CatalogConnectionManager class

Microsoft.SharePoint.Publishing namespace