IsUserSuperUser

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.

Syntax

VBScript


super_user = session.IsUserSuperUser 

Perl


$super_user = $session->IsUserSuperUser(); 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
A Boolean, True or False.