IsRestrictedUser
Description
Tests whether the capabilities of the current user are restricted because of the restricted mode feature of the HCL Compass Web client. This method returns True if the capabilities are restricted by the restricted mode feature of the Compass Web client. Otherwise, it returns False.
Syntax
VBScript
session.IsRestrictedUser
Perl
$session->IsRestrictedUser();
- Identifier
- Description
- session
- The Session object that represents the current database-access session.
- Return value
- A Boolean, True if the user capabilities are restricted by the restricted mode feature of HCL Compass Web client, otherwise, False.