Click or drag to resize
VersionManagerUndoCheckOut Method
Undo all operations made during last checkout.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public void UndoCheckOut(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
See Also