getEmbeddedFileByCID |
Type | function |
Dictionary | library.emlparser |
Library | EMLParser |
Syntax | getEmbeddedFileByCID(<pCID>,<pEMLArray>)
|
Associations | com.livecode.library.emlparser |
Summary | This function searches and returns the file embedded in pEMLArray with content ID.
|
OS | mac, windows, linux, ios, android |
Platforms | desktop, mobile, web |
Parameters | Name | Type | Description |
---|
pCID | | The content ID of the desired embedded file
|
pEMLArray | | An array obtained from emlToArray function
|
|
Values | Name | Type | Description |
---|
return | | String Base64 of the pCID embedded file.
|
|
Description | This function searches and returns the file embedded in pEMLArray with content ID
|