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

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

Parameters

objectDS
Type: System.DataDataSet
Object data
taskObjectType
Type: SystemString
Task object type
th
Type: CMS.DataEngineTranslationHelper
Translation helper
See Also