FormData Class TIBCO Spotfire 7.12 API Reference
Represents the data in an HTML form.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Web.FormsFormData

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

C#
public sealed class FormData

The FormData type exposes the following members.

Methods

  NameDescription
Public methodContainsKey
Determines whether the form result contains the specified key.
Public methodGetBoolValue
Gets the boolean value for the element with the specified key.
Public methodGetStringValue
Gets the string value for the element with the specified key.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyItem
Gets the values associated with the specified key,
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference