IStorageItemAccessList.ContainsItem(String) Method

Definition

Determines whether the access list contains the specified storage item.

public:
 bool ContainsItem(Platform::String ^ token);
bool ContainsItem(winrt::hstring const& token);
public bool ContainsItem(string token);
function containsItem(token)
Public Function ContainsItem (token As String) As Boolean

Parameters

token
String

Platform::String

winrt::hstring

The token of the storage item to look for.

Returns

Boolean

bool

True if the access list contains the specified storage item; false otherwise.

Applies to