Click or drag to resize
TriggerHelperProcessTriggersInternal Method (IEnumerableTriggerOptions)
Processes all triggers of given type on given options collection.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 11.0.0
Syntax
C#
protected virtual void ProcessTriggersInternal(
	IEnumerable<TriggerOptions> options
)

Parameters

options
Type: System.Collections.GenericIEnumerableTriggerOptions
See Also