Click or drag to resize
IStagingTaskDataTaskGroups Property
Task groups under which object encapsulated within staging task got modified.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
TaskGroupInfo[] TaskGroups { get; set; }

Property Value

Type: TaskGroupInfo
Remarks
Cannot be a generic collection since the SOAP serializer doesn't support those.
See Also