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

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

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Object to update
ds
Type: System.DataDataSet
DataSet with the object data
th
Type: CMS.DataEngineTranslationHelper
Translation table
See Also