Click or drag to resize
WorkflowStepInfoSendEmails Method
Indicates if notification e-mails should be sent when moving to this step

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
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