Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.54 KB

istoragefolderqueryoperations_arequeryoptionssupported_849436946.md

File metadata and controls

33 lines (23 loc) · 1.54 KB
-api-id -api-type
M:Windows.Storage.Search.IStorageFolderQueryOperations.AreQueryOptionsSupported(Windows.Storage.Search.QueryOptions)
winrt method

Windows.Storage.Search.IStorageFolderQueryOperations.AreQueryOptionsSupported

-description

Verifies whether the folder supports the specified search query options (returns true or false).

-parameters

-param queryOptions

The search query options to test.

-returns

True if the folder supports the specified search query options; otherwise false.

-remarks

Not all locations support all query options. Because folders can be retrieved by the picker and you can't control the location, you can use this method to determine whether the location supports a particular query option.

Folders in a library or the HomeGroup support all query options. Other locations only support the following options:

-examples

-see-also