Click or drag to resize
TaskGroupUserInfoProviderAddTaskGroupToUserInternal Method
Creates TaskGroupUserInfo binding.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual void AddTaskGroupToUserInternal(
	int taskgroupId,
	int userId
)

Parameters

taskgroupId
Type: SystemInt32
Task group ID
userId
Type: SystemInt32
User ID
See Also