VersionManager CheckOut Method (TreeNode, Boolean, Boolean)Kentico 8.1 API Reference
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.0.0.0 (8.1.5347.20411)

Parameters

node
Type: CMS.DocumentEngine TreeNode
Document to check out
nodeIsPublished
Type: OnlineSystem Boolean
Document is published
isAutomatic (Optional)
Type: OnlineSystem Boolean
Indicates whether check-in should be performed automatically later on

Return Value

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