Click or drag to resize
TaskGroupInfoProviderGetUserTaskGroupInfoInternal Method
Get TaskGroupInfo for user or null.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual TaskGroupInfo GetUserTaskGroupInfoInternal(
	int userID
)

Parameters

userID
Type: SystemInt32
User for whom to return his current task group ID

Return Value

Type: TaskGroupInfo
See Also