CachedFileOptions
CachedFileOptions
CachedFileOptions
CachedFileOptions
Enum
Definition
Describes when Windows will request an update to a file.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class CachedFileOptionspublic enum CachedFileOptionsPublic Enum CachedFileOptions// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| DenyAccessWhenOffline DenyAccessWhenOffline DenyAccessWhenOffline DenyAccessWhenOffline | An update triggers when another app accesses the locally cached copy of the file if a network connection is available. Otherwise, other apps are denied access to the local file. |
| None None None None | Another app may be able to access the locally cached copy of the file without triggering an update. |
| RequireUpdateOnAccess RequireUpdateOnAccess RequireUpdateOnAccess RequireUpdateOnAccess | An update always triggers when another app accesses the locally cached copy of the file. |
| UseCachedFileWhenOffline UseCachedFileWhenOffline UseCachedFileWhenOffline UseCachedFileWhenOffline | An update triggers when another app accesses the locally cached copy of the file if a network connection is available. Otherwise, other apps can access the local file without triggering an update. |