Click or drag to resize
WorkflowManagerSendWorkflowEmailsInternal 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: 8.2.23
Syntax
C#
protected virtual void SendWorkflowEmailsInternal(
	TreeNode node,
	UserInfo userInfo,
	WorkflowStepInfo originalStep,
	WorkflowStepInfo currentStep,
	WorkflowActionEnum action,
	string comment
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
userInfo
Type: CMS.MembershipUserInfo
User info that performed the action
originalStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Original workflow step
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step
action
Type: CMS.WorkflowEngineWorkflowActionEnum
Workflow action to process
comment
Type: SystemString
Action comment
See Also