ExternalStorageFolder.GetFilesAsync Method

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

Syntax

'Declaration
Public Function GetFilesAsync As Task(Of IEnumerable(Of ExternalStorageFile))
public Task<IEnumerable<ExternalStorageFile>> GetFilesAsync()
public:
Task<IEnumerable<ExternalStorageFile^>^>^ GetFilesAsync()
member GetFilesAsync : unit -> Task<IEnumerable<ExternalStorageFile>> 

Return Value

Type: System.Threading.Tasks.Task<IEnumerable<ExternalStorageFile>>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ExternalStorageFolder Class

Microsoft.Phone.Storage Namespace