Click or drag to resize
AutomationManagerGetInstance Method
Gets the instance of the manager for the given user.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public 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
When calling other methods of AutomationManager (for example StartProcess(InfoType, Int32, ObjectWorkflowTriggerInfo)) permissions are checked for the given user. If user is not granted required permissions automation process doesn't work correctly.
See Also