QueryOptions.FileTypeFilter Property

Definition

Gets a list of file name extensions used to filter the search results. If the list is empty, the results include all file types.

public:
 property IVector<Platform::String ^> ^ FileTypeFilter { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> FileTypeFilter();
public IList<string> FileTypeFilter { get; }
var iVector = queryOptions.fileTypeFilter;
Public ReadOnly Property FileTypeFilter As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of file types of files include in query results. The default value is an empty list (which is equivalent to a list containing only "*") that includes all file types.

Applies to