|
|
Returns the raw value of the main content field of the contenttype.
Syntax
| Smartsite SXML |
|
|---|---|
any itemdata.rawfield() any itemdata.rawfield(string fieldName) any itemdata.rawfield(string fieldName, locator reference) any itemdata.rawfield(string fieldName, locator reference, enum aim) any itemdata.rawfield(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 |