If set to true the Workflow Engine IWorkflowEngine will send system notification to administrators user when the workflow reach it

Namespace: DotNetNuke.Entities.Content.Workflow.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool SendNotificationToAdministrators { get; set; }
Visual Basic
Public Property SendNotificationToAdministrators As Boolean
	Get
	Set

See Also