Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.44 KB

cachedfileupdaterui_updatetarget.md

File metadata and controls

26 lines (18 loc) · 1.44 KB
-api-id -api-type -api-device-family-note
P:Windows.Storage.Provider.CachedFileUpdaterUI.UpdateTarget
winrt property
xbox

Windows.Storage.Provider.CachedFileUpdaterUI.UpdateTarget

-description

Gets a value that indicates which version of the file needs to be updated: the local version or the version in the app's repository.

-property-value

An enum value that indicates which version of the file needs to be updated: the local version or the version in the app's repository.

-remarks

If your app participates in the Cached File Updater contract, you should use this property to respond to FileUpdateRequested events. If this property is CachedFileTarget.Local, your app should update the locally cached copy of the file to match the latest version of the file that is in your app's repository. Otherwise, if it's CachedFileTarget.Remote, your app should update the version of the file that is in your app's repository to match the latest, locally cached copy of the file.

The value of this property is applies to all of the FileUpdateRequested events that fire for a single ActivationKind.CachedFileUpdater activation event.

-examples

-see-also