CustomWizardPromptControlPageOnValidatePromptCore Method

TIBCO Spotfire 11.4 API Reference
Validate the current wizard step.

Namespace:  Spotfire.Dxp.Web.Forms
Assembly:  Spotfire.Dxp.Web (in Spotfire.Dxp.Web.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
protected abstract bool OnValidatePromptCore(
	FormData data
)

Parameters

data
Type: Spotfire.Dxp.Web.FormsFormData
The data sent from the client.

Return Value

Type: Boolean
True if successfully validated; otherwise False.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference