Click or drag to resize
TaskGroupUserInfoProviderGetTaskGroupUserInfo Method

Note: This API is now obsolete.

Returns TaskGroupUserInfo binding structure.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ITaskGroupUserInfoProvider.Get(int, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - TaskGroupUserInfo.Provider.")]
public static TaskGroupUserInfo GetTaskGroupUserInfo(
	int taskgroupId,
	int userId
)

Parameters

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

Return Value

Type: TaskGroupUserInfo
See Also