Returns a Boolean indicating whether the
current user can change permissions on the folder. This method provides a
shortcut to getting the applied permissions for the current user and then
looking for a Change-Permission permission kind in the set.
Remarque : This
method became available in version 7.1.0.
Syntaxe
VBScript
folder.CanChangePermissions
Perl
$folder->CanChangePermissions();
Identificateur
Description
folder
A Folder object obtained from the current workspace.
Return value
Returns a Boolean True if the current user can change permissions
on the folder; False otherwise.