Returns the value of the main content field of the contenttype.
Syntax
Smartsite SXML | Copy Code |
---|---|
any itemdata.field() any itemdata.field(string fieldName) any itemdata.field(string fieldName, locator reference) any itemdata.field(string fieldName, locator reference, enum aim) any itemdata.field(string fieldName, locator reference, enum aim, enum aimOptions) |
Parameters
Name | Data Type | Description |
---|---|---|
fieldName | String | Name of the field. |
reference | Locator | The reference. |
aim | Enum |
The AIM registration type.
Enum values:
|
aimOptions | Enum |
The aim relation options. Default: automatically determined.
Enum values:
|
Return Value
Data Type | Description |
---|---|
Any | The value of the given field |