IndexGetIndexedPaths Method |
Gets an array of indexed paths - documents or folders.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic string[] GetIndexedPaths()
Public Function GetIndexedPaths As String()
public:
array<String^>^ GetIndexedPaths()
member GetIndexedPaths : unit -> string[]
Return Value
Type:
StringAn array of indexed paths.
See Also