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.

Anmerkung: This method became available in version 2003.06.00.

Syntax

VBScript

user_restr = session.SetRestrictedUser 

Perl

session->SetRestrictedUser(); 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
A Boolean True if privileges are restricted and otherwise returns False.

Feedback