Hierarchy
ISearchAdmin:IBuildServer:IBuildCatalogs:IBuildCatalog:IMappings
This interface specifies a location where a document is accessed when crawling (the crawler access location) and the location where a document is displayed to site visitors when searching (the display location).
You create an IMapping interface object by calling the IMappings.Add method. You access a specific IMapping interface object by calling the IMappings.Item property. You can access all of the IMapping interface objects by iterating through the IMappings collection in a for each loop.