Click or drag to resize
AutomationTemplateInfoProviderSetAutomationTemplateInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified AutomationTemplateInfo.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IAutomationTemplateInfoProvider.Set(AutomationTemplateInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - AutomationTemplateInfo.Provider.")]
public static void SetAutomationTemplateInfo(
	AutomationTemplateInfo infoObj
)

Parameters

infoObj
Type: CMS.AutomationAutomationTemplateInfo
AutomationTemplateInfo to be set.
See Also