AddPageMessage adds a Page Message control to the Skin

Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void AddPageMessage(
	Page page,
	string heading,
	string message,
	ModuleMessage..::..ModuleMessageType moduleMessageType
)
Visual Basic
Public Shared Sub AddPageMessage ( 
	page As Page,
	heading As String,
	message As String,
	moduleMessageType As ModuleMessage..::..ModuleMessageType
)

Parameters

page
Type: System.Web.UI..::..Page
The Page
heading
Type: System..::..String
The Message Heading
message
Type: System..::..String
The Message Text
moduleMessageType
Type: DotNetNuke.UI.Skins.Controls..::..ModuleMessage..::..ModuleMessageType
The type of the message

See Also