Click or drag to resize
TreeProviderClearCheckoutInformation Method
Clears the checkout information from the given tree 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
Tree node
See Also