GetAttributes

Indexer.GetAttributes method

Gets all the attributes associated with the specified indexed document.

public string[] GetAttributes(string documentKey)
Parameter Type Description
documentKey String The document key.

Return Value

The attributes associated with the specified indexed document.

See Also