Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.17 KB

storeproductoptions_actionfilters.md

File metadata and controls

23 lines (16 loc) · 1.17 KB
-api-id -api-type
P:Windows.Services.Store.StoreProductOptions.ActionFilters
winrt property

Windows.Services.Store.StoreProductOptions.ActionFilters

-description

Gets a collection of filter strings you can use with the GetStoreProductsAsync method to get info for the specified products that are associated with the current app. Currently, this collection only supports one filter string, Purchase.

-property-value

A collection of filter strings you can use with the GetStoreProductsAsync method to get info for the specified products that are associated with the current app.

-remarks

Currently, this property only supports one filter string, Purchase. When you include this filter string, GetStoreProductsAsync returns info only for products that are currently available for purchase from within the current app (the operation will exclude products that are no longer sellable by the app).

-see-also

-examples