Click or drag to resize
AutomationTemplateManager Class
Class for managing AutomationTemplateInfo objects.
Inheritance Hierarchy
SystemObject
  CMS.AutomationAutomationTemplateManager

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax
C#
public static class AutomationTemplateManager

The AutomationTemplateManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateAutomationProcessFromTemplate
Creates new instance of WorkflowInfo in database with same steps, transitions and triggers as in given template.
Public methodStatic memberUpsertConfigurationFromWorkflow
Creates configuration (steps, transitions and triggers) from given workflow and inserts it to given template.
Top
See Also