StorageItemAccessList.AddOrReplace(String, IStorageItem) | addOrReplace(String, IStorageItem) method

This topic has not yet been rated - Rate this topic

Adds a new storage item to the access list, or replaces the specified item if it already exists in the list.

Syntax


storageItemAccessList.addOrReplace(token, file);

Parameters

token

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The token associated with the new storage item. If the access list already contains a storage item that has this token, the new item replaces the existing one.

file

Type: IStorageItem

The storage item to add or replace.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

See also

StorageItemAccessList
AddOrReplace(String, IStorageItem, String)

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.