SyncManagerDeleteDocument Method |
Deletes the document.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax protected virtual void DeleteDocument(
DataSet documentDS,
bool deleteAllCultures,
string safeClassName
)
Parameters
- documentDS
- Type: System.DataDataSet
Document data - deleteAllCultures
- Type: SystemBoolean
Delete all culture versions - safeClassName
- Type: SystemString
Class name of document in safe format
See Also