Returns the permissions applied directly to this folder that the current user is allowed to see. The return value is limited for a non-privileged user to the permissions for the groups the user is allowed to see, rather than all permissions applied to the folder.
VBScript
folder.GetAppliedPermissions
Perl
$folder->GetAppliedPermissions();