This read-only property returns the status of the catalog.
Syntax
ISearchCatalog.Status
Remarks
This property returns one of of the following text strings:
Invalid
The catalog contains an error.
Empty
The catalog has either not been built or does not contain any information.
Enabled
The catalog is available for searching.
Disabled
The catalog is not available for searching.
Unknown
The status of the catalog is unavailable.
Note that a catalog whose status is Invalid can also be Empty, but Search only displays the more-important status, Invalid; similarly, a catalog's status can be Enabled or Disabled as well as Empty, but Search only displays Empty.
Example
See Creating and Accessing ISearchCatalog Interface Objects.
See Also