This topic has not yet been rated - Rate this topic

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.

MemberValueDescription
Local | local0

Update the locally cached copy of the file.

Remote | remote1

Update the remote version of the file.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage.Provider
Windows::Storage::Provider [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.