Can I specify Multi-valued Parameters in a (custom) Valudation Rule?
Suppose that I want to specify multiple RuleParameter with same name, but with different values.
Is there any way to do this? public
E.g. (example!)
<RuleParameters>
<RuleParameter Name="FindText" Value="(Regex1)" Operator="AND"/>
<RuleParameter Name="FindText" Value="(Regex2)" Operator="AND"/>
</RuleParameter>
............

