Click or drag to resize
StagingTaskInfoProviderDeleteOlderTasks Method
Deletes older synchronization tasks.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static void DeleteOlderTasks(
	StagingTaskInfo taskObj
)

Parameters

taskObj
Type: CMS.SynchronizationStagingTaskInfo
Current task object
See Also