Click or drag to resize
DocumentManagerEventArgs Constructor
Constructor

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public DocumentManagerEventArgs(
	TreeNode node,
	WorkflowStepInfo originalStep,
	FormModeEnum mode,
	string action
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
originalStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Original workflow step
mode
Type: CMS.ExtendedControlsFormModeEnum
Manager mode
action
Type: SystemString
Action name
See Also