Checks out specified node and creates a new record in the CMS_VersionHistory table.
            
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- node
 - Type: CMS.DocumentEngine TreeNode
Document to check out 
- nodeIsPublished
 - Type: 
System Boolean
Document is published 
- isAutomatic
 - Type: 
System Boolean
Indicates whether check-in should be performed automatically later on 
- handleSpecialSteps
 - Type: 
System Nullable 
Boolean 
Indicates if special steps should be handled 
Return Value
Type: WorkflowStepInfoReturns current workflow step of the document
See Also