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

GetFoundDocument

SearchResult.GetFoundDocument method

Gets the found document by index.

public FoundDocument GetFoundDocument(int index)
Parameter Type Description
index Int32 The index of a found document.

Return Value

The found document.

See Also