Click or drag to resize
AbstractAutomationManagerInfoTypeCheckStepPermissionsInternal Method
Returns true if given user can move given object to previous/next step.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
protected virtual bool CheckStepPermissionsInternal(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	AutomationActionEnum action
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
action
Type: CMS.AutomationAutomationActionEnum
Automation action

Return Value

Type: Boolean
See Also