Click or drag to resize
WorkflowManagerGetWorkflowEmailRecipientsInternal Method
Gets list of user e-mail addresses to send the workflow e-mail

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual List<string> GetWorkflowEmailRecipientsInternal(
	TreeNode node,
	WorkflowStepInfo currentStep,
	SourcePoint sourcePoint,
	WorkflowActionEnum action
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step
sourcePoint
Type: CMS.WorkflowEngine.DefinitionsSourcePoint
Step source point (for steps with multiple outgoing transitions)
action
Type: CMS.WorkflowEngineWorkflowActionEnum
Action

Return Value

Type: ListString
See Also