This interface is a list of mappings (collection of IMapping objects) that specify from where a file is searched (the crawler access location) to where a file is displayed to site visitors (the display location).
Hierarchy
ISearchAdmin.IBuildServer.IBuildCatalogs.IBuildCatalog
A typical mapping is to search a file as a fully qualified path name and display a file as a URL. The following table briefly describes this interface's methods and properties.
Method | Description |
Add | Adds a mapping to the list. |
Remove | Removes a mapping from the list. |
Property | Description |
Count | The number of mappings. |
Item | Accesses a mapping. |