AddPageMessage adds a Page Message control to the Skin

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

Syntax

C#
public static void AddPageMessage(
	Skin skin,
	string heading,
	string message,
	string iconSrc
)
Visual Basic
Public Shared Sub AddPageMessage ( 
	skin As Skin,
	heading As String,
	message As String,
	iconSrc As String
)

Parameters

skin
Type: DotNetNuke.UI.Skins..::..Skin
The skin
heading
Type: System..::..String
The Message Heading
message
Type: System..::..String
The Message Text
iconSrc
Type: System..::..String
The Icon to diplay

See Also