SynchronizationActionContextCurrentTaskGroups Property |
Gets task group collection for current user context.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public static IEnumerable<TaskGroupInfo> CurrentTaskGroups { get; }
Property Value
Type:
IEnumerableTaskGroupInfoRemarks
The same task group collection is used for all users if collection of task groups is set through
TaskGroups property.
See Also