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.

Note: This method became available in version 7.1.0.

Syntax

VBScript


folder.IsReadable 

Perl


$folder->IsReadable(); 
Identifier
Description
folder
A Folder object obtained from the current workspace.
Return value
Returns a Boolean True if the folder can be read by the current user; False otherwise.