Click or drag to resize
TaskGroupInfoProviderDeleteTaskGroupInfo Method (TaskGroupInfo)

Note: This API is now obsolete.

Deletes specified TaskGroupInfo.

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

Parameters

infoObj
Type: CMS.SynchronizationTaskGroupInfo
TaskGroupInfo to be deleted
See Also