Click or drag to resize
TaskGroupInfoProviderSetTaskGroupInfo Method
Sets (updates or inserts) specified TaskGroupInfo.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static void SetTaskGroupInfo(
	TaskGroupInfo infoObj
)

Parameters

infoObj
Type: CMS.SynchronizationTaskGroupInfo
TaskGroupInfo to be set
See Also