adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / GetSecurityPermissionName Method / GetSecurityPermissionName(SecurityPermission,String) Method
The permission.
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.


In This Topic
    GetSecurityPermissionName(SecurityPermission,String) Method
    In This Topic
    Gets the name of a security permission.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetSecurityPermissionName( _
       ByVal permission As SecurityPermission, _
       Optional ByVal classKeyName As String _
    ) As String
    public static string GetSecurityPermissionName( 
       SecurityPermission permission,
       string classKeyName
    )
    public:
    static String^ GetSecurityPermissionName( 
       SecurityPermission permission,
       String^ classKeyName
    ) 

    Parameters

    permission
    The permission.
    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.
    See Also