/AWS1/CL_IOSIMAGEFILE¶
Contains an image file.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_data TYPE /AWS1/IOSIMAGEFILEDATA /AWS1/IOSIMAGEFILEDATA¶
The image file contents, represented as a base64-encoded string. The file size must be less than 1 MB.
iv_type TYPE /AWS1/IOSIMAGEFILETYPE /AWS1/IOSIMAGEFILETYPE¶
The file type of the image.
Queryable Attributes¶
data¶
The image file contents, represented as a base64-encoded string. The file size must be less than 1 MB.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATA() |
Getter for DATA, with configurable default |
ASK_DATA() |
Getter for DATA w/ exceptions if field has no value |
HAS_DATA() |
Determine if DATA has a value |
type¶
The file type of the image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |