VersionManagerApplyVersion Method |
Applies version data to the node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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