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

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

Parameters

infoObj
Type: CMS.DataEngine.GeneralizedInfo
Object to update
ds
Type: System.Data.DataSet
DataSet with the object data
th
Type: CMS.DataEngine.TranslationHelper
Translation table
See Also