| VersionManagerRestoreDocumentInternal Method  | 
            Restores deleted node and returns the restored node.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntaxprotected 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