AddPageMessage adds a Page Message control to the Skin
Namespace: DotNetNuke.UI.SkinsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void AddPageMessage( Skin skin, string heading, string message, ModuleMessage..::..ModuleMessageType moduleMessageType ) |
Visual Basic |
---|
Public Shared Sub AddPageMessage ( skin As Skin, heading As String, message As String, moduleMessageType As ModuleMessage..::..ModuleMessageType ) |
Parameters
- skin
- Type: DotNetNuke.UI.Skins..::..Skin
The skin
- 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