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