Click or drag to resize
AbstractAutomationManagerInfoTypeStartProcess Method (IEnumerableAutomationProcessItemInfoType, Int32, ObjectWorkflowTriggerInfo)
Starts process on given objects.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 10.0.0
Syntax
C#
public void StartProcess(
	IEnumerable<AutomationProcessItem<InfoType>> objects,
	int processId,
	ObjectWorkflowTriggerInfo trigger = null
)

Parameters

objects
Type: System.Collections.GenericIEnumerableAutomationProcessItemInfoType
Object instances
processId
Type: SystemInt32
Process ID
trigger (Optional)
Type: CMS.AutomationObjectWorkflowTriggerInfo
Trigger which initiated the process
See Also