adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetSecurityRoles Method / GetSecurityRoles(ObjectFetchOptions,Boolean,Int32,Boolean) Method

In This Topic
    GetSecurityRoles(ObjectFetchOptions,Boolean,Int32,Boolean) Method
    In This Topic
    Gets Security Roles from the server.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetSecurityRoles( _
       ByVal options As ObjectFetchOptions, _
       ByVal includeACEs As Boolean, _
       ByVal pageSize As Integer, _
       ByRef restartPaging As Boolean _
    ) As SecurityRoleCollection

    Parameters

    options
    includeACEs
    pageSize
    restartPaging
    See Also