Click or drag to resize
WorkflowManagerGetEditorEmailInternal Method
Gets the document editor e-mail (user that approved the document edit step)

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetEditorEmailInternal(
	TreeNode node,
	WorkflowStepInfo step
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Workflow step

Return Value

Type: String
See Also