AttachmentsValidationRole class methods

Validate method

Validates assigned Attachments control and raises or hides validation error on the control.

Syntax

public override void Validate(object control)

Parameters

control

Type: System.Object
The object instance of the control assigned for the validation.

Remarks

The Validate(object) method is called by the eForms Render whenever the validated control loses focus and when a Render hosting website calls Forms API method IsValid().