AutomationManagerGetInstance Method |
Gets the instance of the manager for the given user.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntaxpublic static AutomationManager GetInstance(
UserInfo user
)
Parameters
- user
- Type: CMS.MembershipUserInfo
User whose context is used. See remarks for more information.
Return Value
Type:
AutomationManager
Remarks
See Also