GetEnumerator

NetworkSearchResult.GetEnumerator method

Returns an enumerator that iterates through the collection of the documents found.

public IEnumerator<NetworkFoundDocument> GetEnumerator()

Return Value

An enumerator that can be used to iterate through the collection of the found documents.

See Also