IPathFilterCollection

Supplies a collection of data objects for filtering the search results in the data repository by paths.

This collection contains data objects which are used to limit the results of a search in the data repository.

If data objects are added to this collection, then the data objects found via the search must be below one of the indicated data objects. These indicated data objects do not have to be the direct parent data objects, but merely need to be located in the path of the data objects searched for.

Implements: System.Collections.IEnumerable

Properties

PropertyDescription
Count:Int32

Indicates the number of data objects in the collection.

Methods

MethodDescription
Add(IDataObject):Void

Adds a data object to the collection.

Clear():Void

Clears the collection.

GetEnumerator():IEnumerator

Returns an enumerator which iterates through a listing.

(Inherited by System.Collections.IEnumerable)

Remove(IDataObject):Void

Removes a data object from the collection.