Click or drag to resize
TaskGroupUserInfoProviderGetTaskGroupUserInfoInternal Method
Returns the TaskGroupUserInfo 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 TaskGroupUserInfo GetTaskGroupUserInfoInternal(
	int taskgroupId,
	int userId
)

Parameters

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

Return Value

Type: TaskGroupUserInfo
See Also