IAdmSearchResults
The IAdmSearchResults interface represents a collection of directory search results. Each item in the collection is represented by the IAdmSearchResult interface.
Inheritance: IEnumerable
Methods
-
Method
-
Description
-
Add()
-
Adds a search result item to the collection.
-
Clear()
-
Removes all items from the collection.
-
Create()
-
Creates a new IAdmSearchResult object that can be added to the collection.
-
Remove()
-
Removes the specified IAdmSearchResult object from the collection.
-
RemoveAll()
-
Removes the specified IAdmSearchResult objects from the collection.
-
GetItem()
-
Gets an IAdmSearchResult object by its index.
Properties
-
Property
-
Description
-
Count
-
Gets the number of search results in the collection.
Details
Add()
Adds a search result item to the collection.
void Add(IAdmSearchResult itemToAdd)
Clear()
Removes all items from the collection.
void Clear()
Create()
Creates a new IAdmSearchResult object that can be added to the collection.
IAdmSearchResult Create()
Remove()
Removes the specified IAdmSearchResult object from the collection.
void Remove(IAdmSearchResult itemToRemove)
RemoveAll()
Removes the specified IAdmSearchResult objects from the collection.
void RemoveAll(IAdmSearchResult[] itemsToRemove)
GetItem()
Gets an IAdmSearchResult object by its index.
IAdmSearchResult GetItem(int index)
Count
Gets the number of search results in the collection.
- Type:
- int
- Access:
- Read-only
Requirements
Minimum required version: 2009.1