Click or drag to resize
SynchronizationActionContextCurrentTaskGroups Property
Gets task group collection for current user context.

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

Property Value

Type: IEnumerableTaskGroupInfo
Remarks
The same task group collection is used for all users if collection of task groups is set through TaskGroups property.
See Also