FileTypeExtension Property |
Gets the file extension.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic string Extension { get; }
Public ReadOnly Property Extension As String
Get
public:
property String^ Extension {
String^ get ();
}
member Extension : string with get
Property Value
Type:
StringThe file extension.
See Also