/AWS1/CL_DOAASSETCONTENT¶
Content for an asset: a single file, a zip bundle, or a source URL to import from
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_file TYPE REF TO /AWS1/CL_DOAASSETFILECONTENT /AWS1/CL_DOAASSETFILECONTENT¶
A single file with path and content
io_zip TYPE REF TO /AWS1/CL_DOAASSETZIPCONTENT /AWS1/CL_DOAASSETZIPCONTENT¶
A zip file containing multiple files
io_sourceurl TYPE REF TO /AWS1/CL_DOAASSETSOURCEURLCONT /AWS1/CL_DOAASSETSOURCEURLCONT¶
A source URL to import asset content from
Queryable Attributes¶
file¶
A single file with path and content
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILE() |
Getter for FILE |
zip¶
A zip file containing multiple files
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ZIP() |
Getter for ZIP |
sourceUrl¶
A source URL to import asset content from
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEURL() |
Getter for SOURCEURL |