Click or drag to resize
TreeProviderClearWorkflowInformation Method
Clears the workflow information from the given tree node.

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node
See Also