Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 881 Bytes

sharedstorageaccessmanager_redeemtokenforfileasync_2095026872.md

File metadata and controls

29 lines (20 loc) · 881 Bytes
-api-id -api-type
M:Windows.ApplicationModel.DataTransfer.SharedStorageAccessManager.RedeemTokenForFileAsync(System.String)
winrt method

Windows.ApplicationModel.DataTransfer.SharedStorageAccessManager.RedeemTokenForFileAsync

-description

Gets a file shared by another app by providing the sharing token received from the source app.

-parameters

-param token

The sharing token for the shared file.

-returns

A wrapper object that contains the shared file.

-remarks

When a source app shares a file with a target app, the target app calls the RedeemTokenForFileAsync method to get the shared file.

For a code sample, see SharedStorageAccessManager.

-examples

-see-also