In This Topic
Gets jobs and sub-groups starting from a specified group and including additional information for display in the user interface
Syntax
Parameters
- baseGroupOID
- The OID of the JobGroup to use as the starting point for the tree. Use ArcanaDevelopment.adTempus.Shared.WellKnownOIDs.RootGroup to return all groups and jobs on the server.
- recursive
- If true, works recursively to return all levels of group below the starting point. If false, only information about the group represented by and its jobs is returned.
- includeGroups
- Specifies whether child groups should be returned
- includeJobs
- Specifies whether jobs should be returned
See Also