Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 2.68 KB

SubFormFieldsPerDocumentBase.md

File metadata and controls

11 lines (7 loc) · 2.68 KB

Dropbox.Sign.Model.SubFormFieldsPerDocumentBase

The fields that should appear on the document, expressed as an array of objects. (For more details you can read about it here: Using Form Fields per Document.) NOTE: Fields like text, dropdown, checkbox, radio, and hyperlink have additional required and optional parameters. Check out the list of additional parameters for these field types. * Text Field use SubFormFieldsPerDocumentText * Dropdown Field use SubFormFieldsPerDocumentDropdown * Hyperlink Field use SubFormFieldsPerDocumentHyperlink * Checkbox Field use SubFormFieldsPerDocumentCheckbox * Radio Field use SubFormFieldsPerDocumentRadio * Signature Field use SubFormFieldsPerDocumentSignature * Date Signed Field use SubFormFieldsPerDocumentDateSigned * Initials Field use SubFormFieldsPerDocumentInitials * Text Merge Field use SubFormFieldsPerDocumentTextMerge * Checkbox Merge Field use SubFormFieldsPerDocumentCheckboxMerge

Properties

Name Type Description Notes
DocumentIndex int Represents the integer index of the file or file_url document the field should be attached to. ApiId

[Back to Model list] [Back to API list] [Back to README]