Click or drag to resize
TriggerHelperRegisterCustomTrigger Method
Registers custom trigger.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
public static void RegisterCustomTrigger(
	ITrigger trigger
)

Parameters

trigger
Type: CMS.AutomationITrigger
Trigger to register
See Also