SyncManagerRemoveObjectsFromSite Method |
Removes the objects from site.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax 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