Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 990 Bytes

writeactivationmode.md

File metadata and controls

32 lines (22 loc) · 990 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Storage.Provider.WriteActivationMode
winrt enum
xbox

WriteActivationMode

-description

Indicates whether other apps can write to the locally cached version of the file and when Windows will request an update if another app writes to that local file.

-enum-fields

-field ReadOnly:0

Other apps can't write to the local file.

-field NotNeeded:1

Windows will trigger a file update request when another app writes to the local file.

-field AfterWrite:2

Windows will trigger a file update request after another app writes to the local file.

-remarks

If your app participates in the Cached File Updater contract, associate this information with the locally cached copy of a file by calling CachedFileUpdater.SetUpdateInformation.

-examples

-see-also