Previous in Contents Next in Contents

ISearchCatalog Interface

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 must call the ISearchCatalogs.Update method to make the catalog available for searching). 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.


© 1997-2000 Microsoft Corporation. All rights reserved.