Hierarchy
ISearchAdmin:ISearchServer:ISearchCatalogs
This interface manages a searchable catalog.
Normally, catalogs are created on a particular host when the host is specified as a Search host in the catalog definition. For disconnected propagation you can create an ISearchCatalog interface object by calling the ISearchCatalogs.Add method. You access a specific ISearchCatalog interface object by calling the ISearchCatalogs.Item property. You can access all of the ISearchCatalog interface objects by iterating through the ISearchCatalogs collection in a for each loop.