Click or drag to resize
ValidatorIsEmail Method
Determines whether source control's value is valid email.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public Validator IsEmail(
	Object source,
	string errorMessage
)

Parameters

source
Type: SystemObject
Control to validate
errorMessage
Type: SystemString
It is returned when control's value is not valid email

Return Value

Type: Validator
See Also