Click or drag to resize
FormHelperGetValidationRuleParameter Method
Returns value of parameter with given name.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also