VersionManagerGetVersion Method (Int32, TreeNode) |
Returns specified history version.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public TreeNode GetVersion(
int versionHistoryId,
TreeNode sourceNode = null
)
Parameters
- versionHistoryId
- Type: SystemInt32
VersionHistory ID - sourceNode (Optional)
- Type: CMS.DocumentEngineTreeNode
Document node
Return Value
Type:
TreeNodeSee Also