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.

Syntaxe

VBScript

session.IsRestrictedUser 

Perl

$session->IsRestrictedUser(); 
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 if the user capabilities are restricted by the restricted mode feature of ClearQuest Web client, otherwise, False.

Feedback