Click or drag to resize
VersionManagerRestoreDocumentInternal Method
Restores deleted node and returns the restored node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual TreeNode RestoreDocumentInternal(
	int versionHistoryId,
	TreeNode restNode
)

Parameters

versionHistoryId
Type: SystemInt32
ID of the version to be restored
restNode
Type: CMS.DocumentEngineTreeNode
Node to be restored

Return Value

Type: TreeNode
See Also