Click or drag to resize
WorkflowHelperGetDefaultEmailTemplateName Method
Gets default e-mail template name.

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

Parameters

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

Return Value

Type: String
See Also