Plumtree EDK (Enterprise Web Development Kit) 5.4.0

SciCheckboxElement.SetRegExpValidation Method 

Sets regular expression validation for the element. An alert will display if the message criteria does not match.

public void SetRegExpValidation(
   string message,
   string re,
   TypeMatch matchType
);

Parameters

message
message to display in alert if the field value does not match the regular expression
re
regular expression to match or not match
matchType
TypeMatch enum of match or not-match

See Also

SciCheckboxElement Class | Plumtree.Remote.Sci Namespace