Click or drag to resize
ValidatorIsIdentificator Method

Note: This API is now obsolete.

Determines whether source control's value is identifier.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete, use method Validator.IsIdentifier instead.")]
public Validator IsIdentificator(
	Object source,
	string errorMessage
)

Parameters

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

Return Value

Type: Validator
See Also