ExternalStorageDevice.GetFolderAsync Method

Namespace:  Microsoft.Phone.Storage
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Function GetFolderAsync ( _
    folderPath As String _
) As Task(Of ExternalStorageFolder)
public Task<ExternalStorageFolder> GetFolderAsync(
    string folderPath
)
public:
Task<ExternalStorageFolder^>^ GetFolderAsync(
    String^ folderPath
)
member GetFolderAsync : 
        folderPath:string -> Task<ExternalStorageFolder> 

Parameters

Return Value

Type: System.Threading.Tasks.Task<ExternalStorageFolder>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ExternalStorageDevice Class

Microsoft.Phone.Storage Namespace