Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.47 KB

TemplateResponseDocumentCustomFieldCheckbox.md

File metadata and controls

20 lines (16 loc) · 1.47 KB

Dropbox.Sign.Model.TemplateResponseDocumentCustomFieldCheckbox

This class extends TemplateResponseDocumentCustomFieldBase

Properties

Name Type Description Notes
ApiId string The unique ID for this field. [optional]
Name string The name of the Custom Field. [optional]
Signer string The signer of the Custom Field. Can be null if field is a merge field (assigned to Sender). [optional]
X int The horizontal offset in pixels for this form field. [optional]
Y int The vertical offset in pixels for this form field. [optional]
Width int The width in pixels of this form field. [optional]
Height int The height in pixels of this form field. [optional]
Required bool Boolean showing whether or not this field is required. [optional]
Group string The name of the group this field is in. If this field is not a group, this defaults to null. [optional]
Type string The type of this Custom Field. Only text and checkbox are currently supported.

* Text uses TemplateResponseDocumentCustomFieldText
* Checkbox uses TemplateResponseDocumentCustomFieldCheckbox
[default to "checkbox"]

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