Hierarchy
ISearchAdmin:IBuildServer:IBuildCatalogs:IBuildCatalog:IStartPages
This interface manages a location where Search starts crawling a site.
You create an IStartPage interface object by calling the IStartPages.Add method. You access a specific IStartPage interface object by calling the IStartPages.Item property. You can access all of the IStartPage interface objects by iterating through the IStartPages collection in a for each loop.