IMapping Interface

Hierarchy

ISearchAdmin:IBuildServer:IBuildCatalogs:IBuildCatalog:IMappings

This interface specifies how documents are accessed when crawling (the crawler access location) and how documents are 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.


© 1997-1998 Microsoft Corporation. All rights reserved.