GetModuleMessageControl gets an existing Message Control and sets its properties
Namespace: DotNetNuke.UI.SkinsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static ModuleMessage GetModuleMessageControl( string heading, string message, string iconImage ) |
Visual Basic |
---|
Public Shared Function GetModuleMessageControl ( heading As String, message As String, iconImage As String ) As ModuleMessage |
Parameters
- heading
- Type: System..::..String
The Message Heading
- message
- Type: System..::..String
The Message Text
- iconImage
- Type: System..::..String
The Message Icon