Description
Tests
whether the current user has Super User privileges. Returns Boolean
True if the user is a Super User and otherwise returns False.
You
can use this method for action access hooks, rather than querying a database
to find out if the named user is a SuperUser.
Syntaxe
VBScript
super_user = session.IsUserSuperUser
Perl
$super_user = $session->IsUserSuperUser();
- Identificateur
- Description
- session
- Objet Session représentant la session en cours d'accès à la
base de données.
- Valeur de retour
- A Boolean, True or False.