Click or drag to resize
WorkflowManagerGetEditorEmailInternal Method
Gets the document editor e-mail

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
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
Remarks
The document editor is a user who approved the document from the Edit step for the last time.
See Also