IsReadable

Description

Indicates whether the folder content can be viewed or not. Returns the equivalent of the corresponding Permission methods on the effective permission on the folder for the current user. Can be used to check whether each folder can be viewed or not (to determine whether or not to enable the operations that view the folder). Returns True if the folder can be read; False otherwise.

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

folder.IsReadable 

Perl

$folder->IsReadable(); 
Identificateur
Description
dossier
A Folder object obtained from the current workspace.
Valeur de retour
Returns a Boolean True if the folder can be read by the current user; False otherwise.

Commentaires