IStorageItemAccessList.ContainsItem(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.