FormField Constructor (String, String) |
Create instance of form field.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic FormField(
string label,
string inputType
)
Public Sub New (
label As String,
inputType As String
)
public:
FormField(
String^ label,
String^ inputType
)
new :
label : string *
inputType : string -> FormField
Parameters
- label
- Type: SystemString
label of field - inputType
- Type: SystemString
input type of field
See Also