IStorageItemAccessList.Remove(String) Method

Definition

Removes the specified storage item from the access list.

public:
 void Remove(Platform::String ^ token);
void Remove(winrt::hstring const& token);
public void Remove(string token);
function remove(token)
Public Sub Remove (token As String)

Parameters

token
String

Platform::String

winrt::hstring

The token of the storage item to remove.

Applies to