Click or drag to resize
ITaskGroupUserInfoProviderRemove Method
Deletes TaskGroupUserInfo binding.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
void Remove(
	int taskGroupId,
	int userId
)

Parameters

taskGroupId
Type: SystemInt32
Task group ID.
userId
Type: SystemInt32
User ID.
See Also