Enum FieldType
Represents FieldType in the document.
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public enum FieldType : int
Fields
Name | Description |
---|---|
Attachment | Enum Attachment for value: Attachment |
CheckBox | Enum CheckBox for value: CheckBox |
Company | Enum Company for value: Company |
DateSigned | Enum DatePicker for value: DatePicker |
Dropdown | Enum Dropdown for value: Dropdown |
EditableDate | Enum EditableDate for value: EditableDate |
Hyperlink | Enum Hyperlink for value: Hyperlink |
Image | Enum Image for value: Image |
Initial | Enum Initial for value: Initial |
Label | Enum Label for value: Label |
RadioButton | Enum RadioButton for value: RadioButton |
Signature | Enum Signature for value: Signature |
TextBox | Enum TextBox for value: TextBox |
Title | Enum Title for value: Title |