Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.35 KB

queryoptions_applicationsearchfilter.md

File metadata and controls

23 lines (16 loc) · 1.35 KB
-api-id -api-type
P:Windows.Storage.Search.QueryOptions.ApplicationSearchFilter
winrt property

Windows.Storage.Search.QueryOptions.ApplicationSearchFilter

-description

Gets or sets an application-defined Advanced Query Syntax (AQS) string for filtering files by keywords or properties. This property is combined with the UserSearchFilter to create the query's search filter.

-property-value

A simple keyword, or a string that conforms to Advanced Query Syntax (AQS). For more information, see Using Advanced Query Syntax Programmatically.

-remarks

The application search filter should always use locale-invariant Advanced Query Syntax (AQS) syntax (such as System.FileName instead of "filename" (because the term "filename" that is associated with the property System.FileName is localized differently in different languages). This will ensure that the query returns the expected results on systems with non-English locales. Windows builds the search query by combining this property with the UserSearchFilter property.

-examples

-see-also