This method saves a catalog definition.
Syntax
IBuildServer.ExportCatalog(Name, Path)
Parameters
Name
The name of the catalog definition to export.
Path
The full path name where the exported catalog definition is saved.
Remarks
By default, both the MMC and WebAdim export operations export catalog definition configuration files with a .sbp file extension. Therefore, Microsoft recommends that you save your catalog definition configuration files with an .sbp file extension.
Search accesses directories using the default plugin account name and password. If the default plugin account (set by the SetDefaultPluginAccount method) does not have the proper access rights on Path, Search cannot save the catalog.
Example
See Accessing an IBuildServer Interface Object.
See Also