Previous in Contents Next in Contents

IStoplists Interface

This interface is implemented by a collection of files containing noise words that Search ignores when building a catalog (IStoplist interface objects).

Hierarchy

ISearchAdmin:IBuildServer:IBuildCatalogs:IBuildCatalog:ISearchSchema

The following table briefly describes this interface's methods and properties. All but Add and Clear are described in Common Collection Methods and Properties.

Note   The changes made by these methods do not take effect until you call the ISearchSchema.Save method.

Method Description
Add Adds a file of noise words to the collection.
Clear Removes all files from the collection of noise words.
Remove Removes a file of noise words from the collection.
Property Description
Count The number of files of noise words in the collection.
Item Accesses a specific file of noise words in the collection.


© 1997-2000 Microsoft Corporation. All rights reserved.