'Declaration
Public Overloads Shared Function GetSecurityPermissionName( _ ByVal permission As Integer, _ Optional ByVal classKeyName As String _ ) As String
public static string GetSecurityPermissionName( int permission, string classKeyName )
public: static String^ GetSecurityPermissionName( int permission, String^ classKeyName )
Parameters
- permission
- The permission. Permissions are defined in SecurityPermission
- classKeyName
- The key name (from ArcanaDevelopment.adTempus.Client.ObjectBase.ClassKeyName) of the secured class. For some permissions, the display name may be different depending on the class.
Return Value
The display name for the permission. If no display name is defined for the value, returns the permission value formatted as a hex string.