Click or drag to resize
AutomationManagerEventArgs Constructor
Constructor

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public AutomationManagerEventArgs(
	BaseInfo infoObj,
	AutomationStateInfo stateObj,
	WorkflowStepInfo originalStep,
	FormModeEnum mode,
	string action
)

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
originalStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Original step
mode
Type: CMS.Base.Web.UIFormModeEnum
Manager mode
action
Type: SystemString
Action name
See Also