adTempus API
ArcanaDevelopment.adTempus.Client Namespace / AccessControlEntry Class / GetGrantedPermissions Method

In This Topic
    GetGrantedPermissions Method
    In This Topic
    Gets a list of all permissions granted by this permission set.
    Syntax
    'Declaration
     
    
    Public Function GetGrantedPermissions() As ReadOnlyCollection(Of Integer)
    public ReadOnlyCollection<int> GetGrantedPermissions()

    Return Value

    A list of permissions granted in this entry. Security permission constants are defined in ArcanaDevelopment.adTempus.Shared.SecurityPermission.
    See Also