Windows.Storage.Search.QueryOptions.QueryOptions

February 8, 2017 ยท View on GitHub

-description

Creates an instance of the QueryOptions class for enumerating storage items, and initializes it with the following default settings: QueryOptions.FolderDepth gets FolderDepth.Shallow and QueryOptions.IndexerOption gets IndexerOption.DoNotUseIndexer.

A QueryOptions object with the preceding options will provide shallow, folder-by-folder enumeration of the files and folders in a location. By default, folders are enumerated before files and both files and folders are alphabetized by name.

-remarks

-examples

-see-also

QueryOptions(CommonFileQuery, IIterable(String)), QueryOptions(CommonFolderQuery)