AllowsWrite

Description

Returns True if the permission allows writing 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.AllowsWrite  

Perl

$permission->AllowsWrite(); 
Identificateur
Description
droit d'accès
A Permission object obtained from the current session.
Valeur de retour
Returns a boolean True if the permission allows writing the content of the controlled object; False otherwise.

Feedback