AddPageMessage adds a Page Message control to the Skin
Namespace: DotNetNuke.UI.SkinsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public static void AddPageMessage( Page page, string heading, string message, string iconSrc ) |
| Visual Basic |
|---|
Public Shared Sub AddPageMessage ( page As Page, heading As String, message As String, iconSrc As String ) |
Parameters
- page
- Type: System.Web.UI..::..Page
The Page
- heading
- Type: System..::..String
The Message Heading
- message
- Type: System..::..String
The Message Text
- iconSrc
- Type: System..::..String
The Icon to diplay