IArchiveSearchResult
Serves as a container for the results of a search procedure in the recycle bin for data objects.
Implements: System.Collections.IEnumerable
Indexers
Indexer | Description |
---|---|
this[Int32]:IDeleteProcess | Returns a deletion process at the indicated position in the results list. |
Properties
Property | Description |
---|---|
Count:Int32 | Returns the number of found deletion processes. |
Methods
Method | Description |
---|---|
GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable) |