Windows.Storage.Search.QueryOptions.QueryOptions
May 4, 2017 ยท View on GitHub
-description
Creates an instance of the QueryOptions class for enumerating files and initializes it with values provided by the specified CommonFileQuery and an optional file type filter that determines which files to include in query results.
-parameters
-param query
An enumeration value that specifies the search parameters to use to query files.
The CommonFileQuery enumeration provides search parameters for several common types of file queries. For example, deep queries that retrieve all the files in the folder where the query is created or shallow queries that retrieve only the files in the top-level of the folder. The enumeration also determines how query results are sorted.
-param fileTypeFilter
An array of file types to be included in the query results. To include all file types, supply null, an empty array, or an array containing a single entry of "*".