ApiBaseField
Represents the ApiBaseField class.
Methods
| Method | Returns | Description |
|---|---|---|
| AddWidget | ApiWidget | Adds new widget - visual representation for field |
| Delete | boolean | Removes field from document. |
| GetAllWidgets | ApiWidget | Gets array with widgets of the current field. |
| GetFullName | string | Gets field full name. |
| GetPartialName | string | Gets field partial name. |
| GetValue | string | Gets field value |
| IsReadOnly | boolean | Checks if field is read only |
| IsRequired | boolean | Checks if field is required |
| SetFullName | boolean | Sets new field name if possible. |
| SetPartialName | boolean | Sets new field partial name. |
| SetReadOnly | boolean | Sets field read only |
| SetRequired | boolean | Sets field required |
| SetValue | boolean | Sets field value |