GetKindNameOf

Description

Returns the String name of the given permission kind.

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

permission.GetKindNameOf kind  

Perl

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

Commentaires