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