Click or drag to resize
SynchronizationActionContextTaskGroups Property
Sets the collection of tasks used within the current task processing.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<TaskGroupInfo> TaskGroups { set; }

Property Value

Type: IEnumerableTaskGroupInfo
Remarks
The collection of task groups defined in CurrentTaskGroups property is returning currently set value for all users.
See Also