1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search
  6. /
  7. Index
  8. /
  9. GetAttributes

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