Click or drag to resize
WorkflowManagerGetEmailResolver Method
Get resolver for e-mail sending.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public override MacroResolver GetEmailResolver(
	TreeNode node,
	BaseInfo stateObj,
	UserInfo userInfo,
	WorkflowStepInfo originalStep,
	WorkflowStepInfo currentStep,
	WorkflowInfo workflow,
	string action,
	string comment
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
stateObj
Type: CMS.DataEngineBaseInfo
State object
userInfo
Type: CMS.MembershipUserInfo
User info that performed the action
originalStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Original workflow step
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step
workflow
Type: CMS.WorkflowEngineWorkflowInfo
Workflow
action
Type: SystemString
Workflow action string representation
comment
Type: SystemString
Action comment

Return Value

Type: MacroResolver
See Also