Click or drag to resize
WorkflowInfoGetEmailTemplateName Method
Gets e-mail template to be used.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public string GetEmailTemplateName(
	WorkflowEmailTypeEnum emailType
)

Parameters

emailType
Type: CMS.WorkflowEngineWorkflowEmailTypeEnum
Type of workflow e-mail

Return Value

Type: String
See Also