Click or drag to resize
AbstractSynchronizationSettings.TaskGroups Property
Staging task groups to which the staging task belongs.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<IStagingTaskGroup> TaskGroups { get; set; }

Property Value

Type: IEnumerable<IStagingTaskGroup>
See Also