Click or drag to resize
AbstractAutomationManagerInfoTypeGetEvalResolverInternal Method
Gets resolver for evaluation of transitions and source points

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
protected override MacroResolver GetEvalResolverInternal(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	WorkflowInfo workflow,
	WorkflowStepInfo step,
	UserInfo user
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
workflow
Type: CMS.WorkflowEngineWorkflowInfo
Workflow
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Workflow step
user
Type: CMS.MembershipUserInfo
User

Return Value

Type: MacroResolver
See Also