Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.07 KB

storageitemmostrecentlyusedlist_getfileasync_1971694711.md

File metadata and controls

30 lines (21 loc) · 1.07 KB
-api-id -api-type
M:Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.GetFileAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions)
winrt method

Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.GetFileAsync

-description

Retrieves the specified storageFile from the most recently used (MRU) list using the specified options.

-parameters

-param token

The token of the storageFile to retrieve.

-param options

The enum value that describes the behavior to use when the app accesses the item.

-returns

When this method completes successfully, it returns the storageFile that is associated with the specified token.

-remarks

-examples

-see-also

GetFileAsync(String)