Click or drag to resize
FormHelperGetValidationRuleName Method
Returns validation rule name.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetValidationRuleName(
	string ruleText
)

Parameters

ruleText
Type: SystemString
String representation of validation rule

Return Value

Type: String
See Also