Class ActionMessage
This dto class represents the message that will be sent as notification of a specific action on the Workflow (Complete/Discard state, Complete/Discard workflow).
Inheritance
System.Object
ActionMessage
Namespace: DotNetNuke.Entities.Content.Workflow.Dto
Assembly: DotNetNuke.dll
Syntax
public class ActionMessage : object
Properties
| Improve this Doc View SourceBody
Gets or sets body of the message.
Declaration
public string Body { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SendToast
Gets or sets a value indicating whether indicates if the message is going to be toasted or not. By default, it is False.
Declaration
public bool SendToast { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Subject
Gets or sets subject of the message.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |