Click or drag to resize
WorkflowEmailSender Constructor
Constructor.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public WorkflowEmailSender(
	TreeNode node,
	UserInfo user,
	WorkflowStepInfo originalStep,
	WorkflowStepInfo currentStep,
	WorkflowActionEnum action,
	string comment,
	string applicationUrl
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node
user
Type: CMS.MembershipUserInfo
User
originalStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Original workflow step
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step
action
Type: CMS.WorkflowEngineWorkflowActionEnum
Workflow action
comment
Type: SystemString
Comment
applicationUrl
Type: SystemString
Application URL for macro resolver
See Also