SyncManagerRemoveObjectFromSite Method (DataSet, String, TranslationHelper) |
Removes the object from the site.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax 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