Click or drag to resize
VersionManagerCheckOutInternal Method
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: 13.0.131
Syntax
C#
protected virtual WorkflowStepInfo CheckOutInternal(
	TreeNode node,
	bool nodeIsPublished,
	Nullable<bool> handleSpecialSteps
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document to check out
nodeIsPublished
Type: SystemBoolean
Document is published
handleSpecialSteps
Type: SystemNullableBoolean
Indicates if special steps should be handled

Return Value

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