FormHelperGetValidationRuleParameter Method |
Returns value of parameter with given name.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax public static string GetValidationRuleParameter(
string paramName,
string ruleText
)
Parameters
- paramName
- Type: SystemString
Parameter name - ruleText
- Type: SystemString
String representation of validation rule
Return Value
Type:
StringSee Also