Click or drag to resize
VersionManagerCheckOut Method (TreeNode)
Checks out specified node and creates a new record in the CMS_VersionHistory table.

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document to check out

Return Value

Type: WorkflowStepInfo
Returns current workflow step of the document
See Also