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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012