
This interface manages a catalog definition.
Hierarchy
ISearchAdmin:IBuildServer:IBuildCatalogs
The following table briefly describes this interface's methods and properties.
| Method | Description |
| AbortProp | Aborts the propagation of a build catalog. |
| ForceProp | Forces a propagation of the build catalog. |
| PauseBuild | Pauses a build. |
| ResumeBuild | Resumes a build. |
| StartBuild | Starts a build. |
| StartIncrementalBuild | Start an incremental build. |
| StopBuild | Stops a build and the old catalog remains valid. |
| Property | Description |
| AutoPropLimit | The maximum number of documents that can be crawled before Search automatically starts propagating the catalog. |
| AutoPropLimitEnabled | Whether Search uses the AutoPropLimit property. |
| BuildServer | Returns the parent catalog build server (IBuildServer interface object). |
| CurrentBuildProperties | Returns information about the current build (ICatalogProperties interface object). |
| CurrentPages | Returns a list of the documents currently being crawled. |
| Extensions | Returns the IExtensions interface object. |
| FollowComplexUrls | Whether to allow wildcards in the URLs of Web links to crawl. |
| IsBuilding | Whether Search is currently building a catalog. |
| IsLocalFileSchema | Whether to use the local schema file as the schema instead of the global (master) schema file. |
| LogExcluded | Whether to log the names of documents excluded from crawling. |
| Logs | Returns the IGatherLogs interface object. |
| LogSuccess | Whether to log the names of documents successfully crawled. |
| Mappings | Returns the IMappings interface object. |
| Name | The name of the catalog definition. |
| NotificationSource | The source string that identifies the software component that monitors content and informs Search when content has changed for notification-based catalog definitions. |
| PreviousBuildProperties | Returns information about the previous build (ICatalogProperties interface object). |
| ProjectType | The type of project, either Crawl or Notification. |
| Protocols | Returns the IProtocols interface object. |
| Schema | Returns the ISearchSchema interface object. |
| SearchServers | Returns the ICatalogSearchServerList interface object. |
| Sites | Returns the ISiteRestrictions interface object. |
| StartPages | Returns the IStartPages interface object. |
| Status | Returns a text string describing the status of the catalog. |
| StatusCode | Returns an integer indicating the status of the catalog. |