Click or drag to resize
AutomationProcessTriggerHandlerStartEvent Method (ObjectWorkflowTriggerInfo, IEnumerableTriggerOptions)
Initiates the event handling

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 12.0.0
Syntax
C#
public AutomationProcessTriggerHandler StartEvent(
	ObjectWorkflowTriggerInfo triggerInfo,
	IEnumerable<TriggerOptions> options
)

Parameters

triggerInfo
Type: CMS.AutomationObjectWorkflowTriggerInfo
Trigger info object
options
Type: System.Collections.GenericIEnumerableTriggerOptions
Trigger options

Return Value

Type: AutomationProcessTriggerHandler
See Also