Click or drag to resize
TaskGroupUserInfoProviderRemoveTaskGroupFromUserInternal Method
Deletes TaskGroupUserInfo binding.

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

Parameters

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