adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / GetGroups Method
Options controlling how the groups are fetched
Set to true to refresh the latest data from the server. If false the data is current as of the last refresh.


In This Topic
    GetGroups Method
    In This Topic
    Gets the child groups for this group
    Syntax
    'Declaration
     
    
    Public Function GetGroups( _
       ByVal options As ObjectFetchOptions, _
       ByVal refresh As Boolean _
    ) As JobGroupCollection

    Parameters

    options
    Options controlling how the groups are fetched
    refresh
    Set to true to refresh the latest data from the server. If false the data is current as of the last refresh.
    See Also