SynchronizationActionContextTaskGroups Property |
Sets the collection of tasks used within the current task processing.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public IEnumerable<TaskGroupInfo> TaskGroups { set; }
Property Value
Type:
IEnumerableTaskGroupInfoRemarks
The collection of task groups defined in
CurrentTaskGroups property is returning currently set value for all users.
See Also