IArchiveSearchResult

Serves as a container for the results of a search procedure in the recycle bin for data objects.

Implements: System.Collections.IEnumerable

Indexers

IndexerDescription
this[Int32]:IDeleteProcess

Returns a deletion process at the indicated position in the results list.

Properties

PropertyDescription
Count:Int32

Returns the number of found deletion processes.

Methods

MethodDescription
GetEnumerator():IEnumerator

Returns an enumerator which iterates through a listing.

(Inherited by System.Collections.IEnumerable)