Click or drag to resize
TaskGroupInfoProviderGetTaskGroups Method
Returns a query for all the TaskGroupInfo objects.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<TaskGroupInfo> GetTaskGroups()

Return Value

Type: ObjectQueryTaskGroupInfo
See Also