DictionaryBaseFilePath Property |
Gets the dictionary file path.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxprotected string FilePath { get; }
Protected ReadOnly Property FilePath As String
Get
protected:
property String^ FilePath {
String^ get ();
}
member FilePath : string with get
Property Value
Type:
StringThe dictionary file path.
See Also