Interface IAutomationTrigger
- Namespace
- CMS.Automation
- Assembly
- CMS.Automation.dll
Marker interface for custom automation triggers. Used as a constraint on RegisterAutomationTriggerAttribute<TTrigger>. Extend AutomationTrigger or AutomationTrigger<TData> to define a custom automation trigger.
public interface IAutomationTrigger
- Extension Methods