CatalogConnectionManager members
Manages catalog connections that are used in a site collection.
The CatalogConnectionManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
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. | |
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 | |
---|---|---|
ConnectedPublishingCatalogs | Returns publishing catalogs that are connected to the site that is supplied to the constructor. |
Top
Methods
Name | Description | |
---|---|---|
AddCatalogConnection(CatalogConnectionSettings) | Add a catalog connection to the site that is specified in the constructor. | |
AddCatalogConnection(CatalogConnectionSettings, [], String, String) | Adds a catalog connection to the site that is specified in the constructor. | |
AddCatalogConnection(CatalogConnectionSettings, String, String, String, Boolean) | Adds a catalog connection to the site that is specified in the constructor. | |
Contains | Indicates whether a connection to the catalog exists in the site that is specified in the constructor. | |
DeleteCatalogConnection | Removes a catalog connection and the associated search result source from the site specified in the constructor. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCatalogConnectionSettings | Gets the settings for a catalog that is connected to this site. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | Commits changes to the catalog connection settings for the site specified in the constructor. | |
UpdateCatalogConnection | Updates the catalog that is currently connected to the site that is specified in the constructor. |
Top