FormField Class

Describe one field of form.
Inheritance Hierarchy
SystemObject
  Aspose.Email.AmpFormField

Namespace:  Aspose.Email.Amp
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class FormField

The FormField type exposes the following members.

Constructors
  NameDescription
Public methodFormField
Create instance of form field.
Public methodFormField(String)
Create instance of form field.
Public methodFormField(String, String)
Create instance of form field.
Properties
  NameDescription
Public propertyId
Get or set Id of field.
Public propertyInputType
Get or set input type of field.
Public propertyIsRequired
Get or set value that define field as required.
Public propertyLabel
Get or set label of field.
Public propertyName
Get or set name of field.
Public propertyPlaceholder
Get or set placeholder of field.
Public propertyValue
Get or set value of field.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToAmpHtml
Represents amp html version of field.
Public methodToHtml
Represents html version of field.
Public methodToString (Inherited from Object.)
See Also