VersionManagerApplyVersionDataInternal Method |
Applies the document version data to the document data row.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax protected virtual void ApplyVersionDataInternal(
DataRow nodeRow,
string className,
string versionXml
)
Parameters
- nodeRow
- Type: System.DataDataRow
DataRow with the document data - className
- Type: SystemString
Document class name - versionXml
- Type: SystemString
Version XML data
See Also