Click or drag to resize
VersionManagerApplyVersionDataInternal Method
Applies the document version data to the document data row.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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