Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.26 KB

readactivationmode.md

File metadata and controls

29 lines (20 loc) · 1.26 KB
-api-id -api-type -api-device-family-note
T:Windows.Storage.Provider.ReadActivationMode
winrt enum
xbox

ReadActivationMode

-description

Indicates when Windows will request a file update if another app retrieves the file from its MostRecentlyUsedList or FutureAccessList.

-enum-fields

-field NotNeeded:0

Windows will not trigger a file update request when another app retrieves the local file.

-field BeforeAccess:1

Windows will trigger a file update request just before it has been retrieved from the app's MostRecentlyUsedList or FutureAccessList.

-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