Has

Description

Returns True if the collection already has the given permission.

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

permissions.Has permission

Perl

$permissions->Has(permission);
Identificateur
Description
droits
A Permissions collection object, representing the set of Permission objects available for fetching as a collection.
droit d'accès
The Permission object to be checked if it is included in the collection, or not.
Valeur renvoyée
Returns boolean True if the collection already has the given permission; False otherwise.

Feedback