Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1021 Bytes

storageapplicationpermissions_getfutureaccesslistforuser_839016909.md

File metadata and controls

29 lines (20 loc) · 1021 Bytes
-api-id -api-type ms.custom
M:Windows.Storage.AccessCache.StorageApplicationPermissions.GetFutureAccessListForUser(Windows.System.User)
winrt method
19H1

Windows.Storage.AccessCache.StorageApplicationPermissions.GetFutureAccessListForUser

-description

Gets an object that represents a list that an app maintains so that the app can store files and/or locations (like folders) and easily access these items in the future. This method returns an object that is scoped to the specified user. Use this method for multi-user applications.

-parameters

-param user

The user for which to create the future-access list object.

-returns

The future-access list object.

-remarks

-see-also

Introduction to multi-user applications

-examples