This method stores a catalog build server configuration.
Syntax
IBuildServer.SaveConfiguration(Path)
Parameters
Path
The full path to the file containing the configuration information.
Remarks
By default, both the MMC and WebAdmin configuration operations in both MMC and WebAdmin save catalog files with an .sbc file extension. Therefore, Microsoft recommends that you save your catalog build server configuration files with an .sbc 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 will not be able to save the configuration.
Example
See Accessing an IBuildServer Interface Object.
See Also