FreeTextField Constructor
Creates an instance of the Free Text Field class.
Syntax
public FreeTextField(
System.string name,
System.int minLength,
System.int maxLength,
System.string defaultValue
)Public Function New( _
ByVal name As System.String, _
ByVal minLength As System.Integer, _
ByVal maxLength As System.Integer, _
ByVal defaultValue As System.String _
)Parameters
| Name | Description |
|---|---|
| name | The name of the Free Text Field. |
| minLength | The minimum length allowed for the Free Text Field. |
| maxLength | The maximum length allowed for the Free Text Field. |
| defaultValue | The default value that populates the Free Text Field. |