IsWritable

Description

Indicates whether the folder content can be modified 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 modified or not (to determine whether or not to enable the operations that change the folder). Returns True if the folder can be changed; False otherwise.

Note: This method became available in version 7.1.0.

Syntax

VBScript


folder.IsWritable 

Perl


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