Click or drag to resize
TriggerHelperRegisterCustomTriggerInternal Method
Registers custom trigger.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
protected virtual void RegisterCustomTriggerInternal(
	ITrigger trigger
)

Parameters

trigger
Type: CMS.AutomationITrigger
Trigger to register
See Also