Property | Description | Returns |
---|---|---|
entity | Get the entity specified for this input type. Returns null if no entity was specified, or the input type does not have record or records as category. | string |
entityParentId | Gets ID of parent for the entity specified for this input type. Returns null if the input type does not have record or records as category or if no parent was specified. | string |
id | int | |
name | string | |
category | string | |
editor | string | |
regex | string | |
maxLength | int | |
created | Get the date the record was created. | DateTime |
modified | Get the last modification date for the record. | DateTime |
defaultContent | Content | |
possibleValues | Collection (InputTypePossibleValue) | |
layoutAreas | Collection (LayoutArea) | |
customFields | Returns custom fields (not their values) that use this input type. | Collection (CustomField) |
parameters | array |
Common\Models\Api\InputType
InputType