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.
VBScript
folder.CanChangePermissions
Perl
$folder->CanChangePermissions();