StorageApplicationPermissions.GetFutureAccessListForUser(User) Method

Definition

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.

public:
 static StorageItemAccessList ^ GetFutureAccessListForUser(User ^ user);
 static StorageItemAccessList GetFutureAccessListForUser(User const& user);
public static StorageItemAccessList GetFutureAccessListForUser(User user);
function getFutureAccessListForUser(user)
Public Shared Function GetFutureAccessListForUser (user As User) As StorageItemAccessList

Parameters

user
User

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

Returns

The future-access list object.

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v8.0)

Applies to

See also