Click or drag to resize
TaskGroupTaskInfoProviderRemoveTaskGroupFromTask Method
Deletes TaskGroupTaskInfo binding.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static void RemoveTaskGroupFromTask(
	int taskGroupId,
	int taskId
)

Parameters

taskGroupId
Type: SystemInt32
Task group ID
taskId
Type: SystemInt32
Staging task ID
See Also