DocumentInfoFileType Property |
Gets the file type.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxpublic FileType FileType { get; }
Public ReadOnly Property FileType As FileType
Get
public:
property FileType^ FileType {
FileType^ get ();
}
member FileType : FileType with get
Property Value
Type:
FileTypeThe file type.
See Also