CachedFileTarget enumeration
Indicates whether updates should be applied to the locally cached copy or the remote version of the file.
Syntax
var value = Windows.Storage.Provider.CachedFileTarget.local;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The CachedFileTarget enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Local | local | 0 |
Update the locally cached copy of the file. |
| Remote | remote | 1 |
Update the remote version of the file. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
