Click or drag to resize
TaskGroupTaskInfoProviderGetTaskGroupTaskInternal Method
Returns the TaskGroupTaskInfo structure. Null if binding doesn't exist.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual TaskGroupTaskInfo GetTaskGroupTaskInternal(
	int taskGroupId,
	int taskId
)

Parameters

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

Return Value

Type: TaskGroupTaskInfo
See Also