Click or drag to resize
AbstractAutomationManager<InfoType>.GetEmailResolverInternal Method
Get resolver for e-mail sending.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
protected virtual MacroResolver GetEmailResolverInternal(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	UserInfo userInfo,
	WorkflowStepInfo originalStep,
	WorkflowStepInfo currentStep,
	WorkflowInfo workflow,
	string action,
	string comment
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.Automation.AutomationStateInfo
State object
userInfo
Type: CMS.Membership.UserInfo
User info that performed the action
originalStep
Type: CMS.WorkflowEngine.WorkflowStepInfo
Original workflow step
currentStep
Type: CMS.WorkflowEngine.WorkflowStepInfo
Current workflow step
workflow
Type: CMS.WorkflowEngine.WorkflowInfo
Workflow
action
Type: System.String
Workflow action string representation
comment
Type: System.String
Action comment

Return Value

Type: MacroResolver
See Also