Click or drag to resize

ISearchResultCollection Interface

An enumeration of resource objects returned from a search

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public interface ISearchResultCollection : IEnumerable<ResourceObject>, 
	IEnumerable

The ISearchResultCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of objects returned from the search
Top
Methods
  NameDescription
Public methodGetEnumerator (Inherited from IEnumerableResourceObject.)
Top
See Also