Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 788 Bytes

cachedfileupdaterui_title.md

File metadata and controls

24 lines (17 loc) · 788 Bytes
-api-id -api-type -api-device-family-note
P:Windows.Storage.Provider.CachedFileUpdaterUI.Title
winrt property
xbox

Windows.Storage.Provider.CachedFileUpdaterUI.Title

-description

Gets or sets the title to display in the top-left the file picker UI. The title identifies the location or context of the app's page (which is hosted in the file picker UI) for the user.

-property-value

The title to display in the top-left of the file picker UI.

-remarks

You should update the title to indicate the current context of your app within the file picker. For example, you could set the title to "Login" if user login is required, or "Resolve conflict" if there is a file conflict.

-examples

-see-also