Click or drag to resize
TaskGroupInfoProviderGetTaskGroupInfo Method (Int32)

Note: This API is now obsolete.

Returns TaskGroupInfo with specified ID.

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

Parameters

id
Type: SystemInt32
TaskGroupInfo ID

Return Value

Type: TaskGroupInfo
See Also