Indicates if the message is going to be toasted or not. By default, it is False

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

Syntax

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

See Also