| VersionManagerCheckOutInternal Method  | 
            Checks out specified node and creates a new record in the CMS_VersionHistory table.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntaxprotected virtual WorkflowStepInfo CheckOutInternal(
	TreeNode node,
	bool nodeIsPublished,
	bool isAutomatic,
	Nullable<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: SystemNullableBoolean
Indicates if special steps should be handled 
Return Value
Type: 
WorkflowStepInfoReturns current workflow step of the document
See Also