StorageItemMostRecentlyUsedList.Add(IStorageItem, String) | add(IStorageItem, String) method

1 out of 1 rated this helpful - Rate this topic

Adds a new storage item and accompanying metadata to the most recently used (MRU) list.

Syntax


var string = storageItemMostRecentlyUsedList.add(file, metadata);

Parameters

file

Type: IStorageItem

The storage item to add.

metadata

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

Optional metadata to associate with the storage item.

Return value

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

A token that the app can use later to retrieve the storage item.

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

StorageItemMostRecentlyUsedList
Add(IStorageItem)

 

 

Build date: 12/4/2012

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