SyncManagerRejectDocument Method |
Rejects the document.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax protected virtual void RejectDocument(
DataSet documentDS,
string safeClassName
)
Parameters
- documentDS
- Type: System.DataDataSet
Document data - safeClassName
- Type: SystemString
Class name of document in safe format
See Also