Click or drag to resize
SyncManager.RemoveObjectFromSite Method (DataSet, String, TranslationHelper)
Removes the object from the site.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void RemoveObjectFromSite(
	DataSet objectDS,
	string taskObjectType,
	TranslationHelper th
)

Parameters

objectDS
Type: System.Data.DataSet
Object data
taskObjectType
Type: System.String
Task object type
th
Type: CMS.DataEngine.TranslationHelper
Translation helper
See Also