Click or drag to resize
StagingTaskInfoProviderDeleteData Method (ActionObjectQueryStagingTaskInfo)
Bulk deletes StagingTaskInfos including all dependent objects.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected override void DeleteData(
	Action<ObjectQuery<StagingTaskInfo>> parameters
)

Parameters

parameters
Type: SystemActionObjectQueryStagingTaskInfo
Where condition to filter data
See Also