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
permissions
A Permissions collection object, representing the set of Permission objects available for fetching as a collection.
permission
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.

Commentaires en retour