| 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
)
Protected Overridable Function Message (
type As ValidatorType,
id As String,
bHide As Boolean
) As String
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:
StringReturns the message as string
See Also