Click or drag to resize
VersionManagerApplyVersionInternal Method
Applies version data to the node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void ApplyVersionInternal(
	TreeNode node,
	VersionHistoryInfo version
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
version
Type: CMS.DocumentEngineVersionHistoryInfo
Document version
See Also