Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.45 KB

istoragefolderqueryoperations_getfoldersasync_595997124.md

File metadata and controls

27 lines (19 loc) · 1.45 KB
-api-id -api-type
M:Windows.Storage.Search.IStorageFolderQueryOperations.GetFoldersAsync(Windows.Storage.Search.CommonFolderQuery)
winrt method

Windows.Storage.Search.IStorageFolderQueryOperations.GetFoldersAsync

-description

Retrieves a list of folders and file groups based on a specified folder query. This returns a snapshot of the folders or file groups at a point in time and does not allow you to keep track of changes through events.

-parameters

-param query

The type of folder query to perform.

-returns

When this method completes successfully, it returns a list (type IVectorView) of folders of file groups that are represented by StorageFolder objects.

-remarks

-examples

-see-also

IStorageFolderQueryOperations interface, [IStorageFolderQueryOperations.GetFoldersAsync methods, IStorageFolderQueryOperations.GetFoldersAsync(CommonFolderQuery, UInt32, UInt32) method, Windows.Foundation.IVectorView interface, Windows.Storage.StorageFolder class