SetRestrictedUser

Description

For current user, restricts access and action privileges related to lists, public folders, security, user information, and multisite administration. This method returns Boolean True if privileges are restricted and otherwise returns False.

Remarque : This method became available in version 2003.06.00.

Syntaxe

VBScript

user_restr = session.SetRestrictedUser 

Perl

session->SetRestrictedUser(); 
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 privileges are restricted and otherwise returns False.

Commentaires