FileOutputAdapterFilePath Property |
Gets an output file path.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxpublic string FilePath { get; }
Public ReadOnly Property FilePath As String
Get
public:
property String^ FilePath {
String^ get ();
}
member FilePath : string with get
Property Value
Type:
StringThe output file path.
See Also