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

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

Property Value

Type: IEnumerableIStagingTaskGroup
See Also