SharedStorageAccessManager.GetSharedFileName method
Returns the name of a file that has been shared with a file association.
Syntax
public static string GetSharedFileName(
string fileToken
)
Public Shared Function GetSharedFileName(
fileToken As String
) As String
public:
static String^ GetSharedFileName(
String^ fileToken
)
Parameters
fileToken
Type: System.String [.NET] | Platform::String [C++]The ID of the file from the file association.
Return value
Type: System.String [.NET] | Platform::String [C++]
The name of the file from the 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 |
See also
SharedStorageAccessManager