Click or drag to resize
UniGridFunctionsColoredSpanMsg Method (String, Boolean)
Returns colored message (default CSS classes) according to boolean value (success/fail).

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static string ColoredSpanMsg(
	string msg,
	bool success
)

Parameters

msg
Type: SystemString
Message
success
Type: SystemBoolean
Value

Return Value

Type: String
See Also