Show / Hide Table of Contents

Class ActionMessage

Inheritance
object
ActionMessage
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS