AllowsRead

Description

Returns True if the permission allows reading the content of the controlled object.

This method enables client applications to not have to check for specific permission kinds.

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

permission.AllowsRead  

Perl

$permission->AllowsRead(); 
Identificateur
Description
permission
A Permission object obtained from the current session.
Return value
Returns a boolean True if the permission allows reading the content of the controlled object; False otherwise.

Commentaires en retour