Click or drag to resize
VersionManagerCheckOut Method (TreeNode, Boolean, Boolean, Boolean)
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,
	bool nodeIsPublished,
	bool isAutomatic,
	bool handleSpecialSteps
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document to check out
nodeIsPublished
Type: SystemBoolean
Document is published
isAutomatic
Type: SystemBoolean
Indicates whether check-in should be performed automatically later on
handleSpecialSteps
Type: SystemBoolean
Indicates if special steps should be handled

Return Value

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