Show / Hide Table of Contents

Class PageMessage

Inheritance
object
PageMessage
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNetNuke.Abstractions.Pages
Assembly: DotNetNuke.Abstractions.dll
Syntax
public class PageMessage

Constructors

PageMessage(string, string, PageMessageType, string, int)

Declaration
public PageMessage(string heading, string message, PageMessageType messageType, string iconSrc, int priority)
Parameters
Type Name Description
string heading
string message
PageMessageType messageType
string iconSrc
int priority

Properties

Heading

Declaration
public string Heading { get; set; }
Property Value
Type Description
string

IconSrc

Declaration
public string IconSrc { get; set; }
Property Value
Type Description
string

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
string

MessageType

Declaration
public PageMessageType MessageType { get; set; }
Property Value
Type Description
PageMessageType

Priority

Declaration
public int Priority { get; set; }
Property Value
Type Description
int

Extension Methods

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