Click or drag to resize

FrontendControlMessage Method

Returns a validator message.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
protected virtual string Message(
	ValidatorType type,
	string id,
	bool bHide
)

Parameters

type
Type: Dynamicweb.News.Common.FrontendValidatorType
The type.
id
Type: SystemString
The identifier.
bHide
Type: SystemBoolean
if set to true [b hide].

Return Value

Type: String
Returns the message as string
See Also