Click or drag to resize
AutomationManager Constructor

Note: This API is now obsolete.

Constructor

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This constructor is meant for system purposes, it shouldn't be used directly. For inheritance, use constructor AutomationManager(user). If you need an instance of this object use static GetInstance(user) method.")]
public AutomationManager()
See Also