DocumentExtension Property |
Gets the extension used for this document type.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic abstract string Extension { get; }
Public MustOverride ReadOnly Property Extension As String
Get
public:
virtual property String^ Extension {
String^ get () abstract;
}
abstract Extension : string with get
Property Value
Type:
StringThe extension used for this document type.
See Also