1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Results
  6. /
  7. SearchResult
  8. /
  9. GetEnumerator

GetEnumerator

SearchResult.GetEnumerator method

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

public IEnumerator<FoundDocument> GetEnumerator()

Return Value

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

See Also