VersionManagerCheckOut Method (TreeNode, Boolean, Boolean) |
Checks out specified node and creates a new record in the CMS_VersionHistory table.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public WorkflowStepInfo CheckOut(
TreeNode node,
bool nodeIsPublished,
bool isAutomatic = false
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Document to check out - nodeIsPublished
- Type: SystemBoolean
Document is published - isAutomatic (Optional)
- Type: SystemBoolean
Indicates whether check-in should be performed automatically later on
Return Value
Type:
WorkflowStepInfoReturns current workflow step of the document
See Also