GetIndexedDocument

Index.GetIndexedDocument method

Gets an indexed document by document key.

public DocumentInfo GetIndexedDocument(string documentKey)
Parameter Type Description
documentKey String The document key.

Return Value

The indexed document.

See Also