GetFoundDocument

NetworkSearchResult.GetFoundDocument method

Gets the found document by index.

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

Return Value

The found document.

See Also