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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public void ApplyVersion(
	TreeNode node,
	VersionHistoryInfo version,
	IEnumerable<string> excludedColumns = null
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
version
Type: CMS.DocumentEngineVersionHistoryInfo
Document version
excludedColumns (Optional)
Type: System.Collections.GenericIEnumerableString
Set of columns which should not be applied
See Also