Class ActionMessage
Inherited Members
Namespace: DotNetNuke.Entities.Content.Workflow.Dto
Assembly: DotNetNuke.dll
Syntax
public class ActionMessage
Constructors
ActionMessage()
Declaration
public ActionMessage()
Properties
Body
Declaration
public string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SendToast
Declaration
public bool SendToast { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Subject
Declaration
public string Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| string |