Windows.Storage.Search.IStorageFolderQueryOperations.CreateFolderQueryWithOptions

August 14, 2018 ยท View on GitHub

-description

Retrieves an object with the specified options for enumerating folders in a storage location and subscribing to events that fire when the contents of the storage location change.

-parameters

-param queryOptions

The options for filtering the query results.

-returns

An object for enumerating folders and subscribing to events.

-remarks

You can use QueryOptions and CreateFileQueryWithOptions to create an indexed backed file query that lets you get properties that rely on another app's property handler. For more information see QueryOptions.

-examples

-see-also