IndexGetAttributes Method |
Gets all the attributes associated with the specified indexed document.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic string[] GetAttributes(
string path
)
Public Function GetAttributes (
path As String
) As String()
public:
array<String^>^ GetAttributes(
String^ path
)
member GetAttributes :
path : string -> string[]
Parameters
- path
- Type: SystemString
The document path.
Return Value
Type:
StringAttributes associated with the document.
See Also