SharedStorageAccessManager class

Provides access to files that have been shared with a file association.

Syntax

public static class SharedStorageAccessManager
Public NotInheritable Class SharedStorageAccessManager
public ref class SharedStorageAccessManager abstract sealed 

Members

The SharedStorageAccessManager class has these types of members:

  • Methods

Methods

The SharedStorageAccessManager class has these methods. It also inherits methods from the Object class.

Method Description
CopySharedFileAsync Copies a file to the specified destination. For files that have been shared with a file association.
GetSharedFileName Returns the name of a file that has been shared with a file association.

 

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Storage.SharedAccess Windows::Phone::Storage::SharedAccess [C++]

Metadata

Windows.WinMD

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object