Click or drag to resize
WorkflowInfoSendEmails Method
Indicates if notification e-mails should be sent for current workflow

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
public bool SendEmails(
	string siteName,
	WorkflowEmailTypeEnum emailType
)

Parameters

siteName
Type: SystemString
Site name
emailType
Type: CMS.WorkflowEngineWorkflowEmailTypeEnum
Type of workflow e-mail

Return Value

Type: Boolean
See Also