Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.17 KB

folderinformation_getfilesasync_1563132095.md

File metadata and controls

33 lines (23 loc) · 1.17 KB
-api-id -api-type
M:Windows.Storage.BulkAccess.FolderInformation.GetFilesAsync(Windows.Storage.Search.CommonFileQuery,System.UInt32,System.UInt32)
winrt method

Windows.Storage.BulkAccess.FolderInformation.GetFilesAsync

-description

Retrieves a range of files from the current folder based on a common file query.

-parameters

-param query

The common file query.

-param startIndex

The zero-based index of the first file in the range.

-param maxItemsToRetrieve

The maximum number of files to retrieve.

-returns

When this method completes successfully, it returns the list (type IVectorView) of StorageFile objects in the folder.

-remarks

-examples

-see-also

GetFilesAsync(CommonFileQuery), GetFilesAsync