Hierarchy
ISearchAdmin:IBuildServer:IBuildCatalogs:IBuildCatalog:ISearchSchema:IStoplists
This interface manages a file containing noise words that Search ignores when building a catalog.
You create an IStoplist interface object by calling the IStoplists.Add method. You access a specific IStoplist interface object by calling the IStoplists.Item property. You can access all of the IStoplist interface objects by iterating through the IStoplists collection in a for each loop.