IsRestrictedUser

Description

Tests whether the capabilities of the current user are restricted because of the restricted mode feature of the ClearQuest Web client. This method returns True if the capabilities are restricted by the restricted mode feature of the ClearQuest 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 ClearQuest Web client, otherwise, False.

Feedback