/AWS1/CL_DOAASSETFILEBODY¶
Content of an individual asset file
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bytes TYPE /AWS1/DOAASSETFILEBYTES /AWS1/DOAASSETFILEBYTES¶
Binary file content
iv_text TYPE /AWS1/DOAASSETFILETEXT /AWS1/DOAASSETFILETEXT¶
Text file content
Queryable Attributes¶
bytes¶
Binary file content
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BYTES() |
Getter for BYTES, with configurable default |
ASK_BYTES() |
Getter for BYTES w/ exceptions if field has no value |
HAS_BYTES() |
Determine if BYTES has a value |
text¶
Text file content
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |