Click or drag to resize
TaskGroupTaskInfoProviderAdd Method
Creates TaskGroupTaskInfo binding.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
public virtual void Add(
	int taskGroupId,
	int taskId
)

Parameters

taskGroupId
Type: SystemInt32
Task group ID.
taskId
Type: SystemInt32
Staging task ID.

Implements

ITaskGroupTaskInfoProviderAdd(Int32, Int32)
See Also