Description
Tests
whether the User has a specified user privilege. Returns True if the User
has the specified user privilege; False if they do not have the specified
user privilege.
Remarque : For Perl, this method became available
in version 2002.05.00. For VBScript, this method became available in version 7.0.1.
Syntaxe
VBScript
user.GetUserPrivilege(priv)
Perl
$user->GetUserPrivilege(priv);
- Identificateur
- Description
- utilisateur
- Objet User.
- priv
- A Long containing a UserPrivilegeMaskType constant.
- Valeur de retour
- Returns a Boolean True if the User has the specified user
privilege; False if they do not have the specified User privilege.