Click or drag to resize
ITaskGroupUserInfoProviderGet Method (Int32, Int32)
Gets an instance of the TaskGroupUserInfo binding structure.

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

Parameters

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

Return Value

Type: TaskGroupUserInfo
Returns an instance of TaskGroupUserInfo corresponding to given identifiers or null.
See Also