Click or drag to resize
WorkflowManagerArchiveDocumentInternal Method
Archives the document, returns the last step info.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual WorkflowStepInfo ArchiveDocumentInternal(
	TreeNode node,
	string comment,
	WorkflowTransitionTypeEnum transitionType
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document to archive
comment
Type: SystemString
Version comment
transitionType
Type: CMS.WorkflowEngineWorkflowTransitionTypeEnum
Transition type

Return Value

Type: WorkflowStepInfo
See Also