GetAttributes

Index.GetAttributes method

Gets all the attributes associated with the specified indexed document.

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

Return Value

Attributes associated with the document.

See Also