CanChangePermissions

Description

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.

Note: This method became available in version 7.1.0.

Syntax

VBScript


folder.CanChangePermissions 

Perl


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