EPTEmailValidatorValidate Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Performs a custom validation

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool Validate(
	ref string test,
	string compare
)

Parameters

test
Type: SystemString
The value to test.
compare
Type: SystemString
Not used with this validator.

Return Value

Type: Boolean
Returns true if the value is valid, false otherwise. The later will cause Content Studio to throw an exception.

Implements

IValidatorValidate(String, String)
See Also

Reference