validationClass

The validationClass tells Unica Campaign the name of the class to use for validation with a Validation PDK plug-in.

Property Description
Description The name of the class to use for validation. The value of the validationClasspath property indicates the location of this class.
Details The class must be fully qualified with its package name. If this property is not set, Unica Campaign does not do any custom validation.
Example
com.unica.campaign.core.validation.
samples.SimpleCampaignValidator

This example sets validationClass to the SimpleCampaignValidator class from the sample code.

Default By default, no path is set:

<property name="validationClass" />