GetKindNameOf

Description

Returns the String name of the given permission kind.

Note: This method became available in version 7.1.0.

Syntax

VBScript

permission.GetKindNameOf kind  

Perl

$permission->GetKindNameOf(kind); 
Identifier
Description
permission
A Permission object obtained from the current session.
kind
A Long containing a PermissionKind constant.
Return value
Returns a String containing the name of the permission kind.