summaryM:DotNetNuke.UI.Skins.SkinController.FormatMessage(System.String,System.String,System.Int32,System.Boolean)

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

Syntax

C#
public static string FormatMessage(
	string title,
	string body,
	int level,
	bool isError
)
Visual Basic
Public Shared Function FormatMessage ( 
	title As String,
	body As String,
	level As Integer,
	isError As Boolean
) As String

Parameters

title
Type: System..::..String
paramtitleM:DotNetNuke.UI.Skins.SkinController.FormatMessage(System.String,System.String,System.Int32,System.Boolean)
body
Type: System..::..String
parambodyM:DotNetNuke.UI.Skins.SkinController.FormatMessage(System.String,System.String,System.Int32,System.Boolean)
level
Type: System..::..Int32
paramlevelM:DotNetNuke.UI.Skins.SkinController.FormatMessage(System.String,System.String,System.Int32,System.Boolean)
isError
Type: System..::..Boolean
paramisErrorM:DotNetNuke.UI.Skins.SkinController.FormatMessage(System.String,System.String,System.Int32,System.Boolean)

Return Value

returnsM:DotNetNuke.UI.Skins.SkinController.FormatMessage(System.String,System.String,System.Int32,System.Boolean)

See Also