Click or drag to resize
VersionManagerCreateNewVersionInternal Method
Creates new document version. (Moves document to edit step.)

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual WorkflowStepInfo CreateNewVersionInternal(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node

Return Value

Type: WorkflowStepInfo
See Also