Interface IAutomationAction
- Namespace
- CMS.Automation
- Assembly
- CMS.Automation.dll
Marker interface for automation actions. Used as a constraint on RegisterAutomationActionAttribute<TAction>. Extend AutomationAction or AutomationAction<TProperties> to define a custom automation step.
public interface IAutomationAction
- Extension Methods