Click or drag to resize
TaskGroupUserInfoProvider.Get 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#
public virtual TaskGroupUserInfo Get(
	int taskGroupId,
	int userId
)

Parameters

taskGroupId
Type: System.Int32
Task group ID.
userId
Type: System.Int32
User ID.

Return Value

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

Implements

ITaskGroupUserInfoProvider.Get(Int32, Int32)
See Also