Click or drag to resize
DocumentHelperClearCheckoutInformation Method
Clears the checkout information from the given document node.

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
See Also