Click or drag to resize
SyncManagerRemoveObjectsFromSite Method
Removes the objects from site.

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

Parameters

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