  | FrontendControlGetValidationTypeAsString Method  | 
 
 Gets the validation type as string.
 
 
    Namespace: 
   Dynamicweb.News.Common.Frontend
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxprotected string GetValidationTypeAsString(
	ValidatorType type
)
Protected Function GetValidationTypeAsString ( 
	type As ValidatorType
) As String
Parameters
- type
 - Type: Dynamicweb.News.Common.FrontendValidatorType
The type. 
Return Value
Type: 
StringThe validation type
See Also