FileTypeGetSupportedFileTypes Method |
Retrieves supported file types.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic static IEnumerable<FileType> GetSupportedFileTypes()
Public Shared Function GetSupportedFileTypes As IEnumerable(Of FileType)
public:
static IEnumerable<FileType^>^ GetSupportedFileTypes()
static member GetSupportedFileTypes : unit -> IEnumerable<FileType>
Return Value
Type:
IEnumerableFileTypeA collection of supported file types.
See Also