Retrieves the StorageFile from the list using the specified options.
Syntax
storageItemAccessList.getFileAsync(token, options).done( /* Your success and error handlers */ );
Parameters
- token
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The token of the StorageFile to retrieve.
- options
-
Type: AccessCacheOptions
The enum value that describes the behavior to use when the app accesses the item.
Return value
Type: IAsyncOperation<StorageFile>
When this method completes successfully, it returns the StorageFile that is associated with the specified token.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012