'Declaration
<NotNullAttribute()> Public Function GetFastJobTree( _ ByVal requiredPermission As SecurityPermission, _ ByVal includeGroupsWithNoJobs As Boolean, _ ByVal includeJobs As Boolean _ ) As FastTreeGroup
[NotNull()] public FastTreeGroup GetFastJobTree( SecurityPermission requiredPermission, bool includeGroupsWithNoJobs, bool includeJobs )
[NotNull()] public: FastTreeGroup^ GetFastJobTree( SecurityPermission requiredPermission, bool includeGroupsWithNoJobs, bool includeJobs )
Parameters
- requiredPermission
- The minimum permission required. Only jobs and groups for which the caller has this level of permission will be returned.
- includeGroupsWithNoJobs
- If true, the results will include all groups the user has permission for. If false, any group that do not contain jobs (directly or in sub-groups) will not be returned.
- includeJobs
- If true, the results will include all jobs the caller has permission for. If false, the results will only include groups.
Return Value
A ArcanaDevelopment.adTempus.Shared.FastTreeGroup representing the root job group.