Custom Document Object
Name | Type | Description | Notes |
---|---|---|---|
id | string | unique identifier (name of the document) | Â |
customDocument | string | content of the document | Content is stored as is. All spaces, carriage returns or special characters are kept. |
contentType | string | contentType to be used to retrieve the document | Possibile values are: text/javascript text/css |
version | number | number identifying the version of the document | it’s intended for a future versioning feature not yet implemented |
binData | binary | Binary content of the document (for example in case of image document) | Â |