Click or drag to resize
WorkflowManager.SendWorkflowEmails Method (TreeNode, UserInfo, WorkflowStepInfo, WorkflowStepInfo, WorkflowActionEnum, String)
Sends the workflow email for the specified document node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public void SendWorkflowEmails(
	TreeNode node,
	UserInfo userInfo,
	WorkflowStepInfo originalStep,
	WorkflowStepInfo currentStep,
	WorkflowActionEnum action,
	string comment
)

Parameters

node
Type: CMS.DocumentEngine.TreeNode
Document node
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
action
Type: CMS.WorkflowEngine.WorkflowActionEnum
Workflow action to process
comment
Type: System.String
Action comment
See Also