IsRestrictedUser

Description

Tests whether the capabilities of the current user are restricted because of the restricted mode feature of the DevOps Plan application. This method returns True if the capabilities are restricted by the restricted mode feature of the DevOps Plan application. Otherwise, it returns False.

Syntax

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 DevOps Plan application, otherwise, False.