Information Classification: External Restricted.
See https://www.chili-publish.com/security
DataSource
Settings for a DataSource inside the document
Fields
Name | Type | Triggers | Description |
|---|---|---|---|
dataSourceID | string | The ID of the DataSource ResourceItem | |
xmlString | string |
| XML String describing the content of the DataSource |
fileName | string |
| The name of the file which has been uploaded by the user (for a DataSource of type 'file_upload') |
hasContent | bool |
| Indicates whether the datasource has been configured and is ready to have its content used |
numRows | int |
| The amount of rows in the content of the DataSource |
selectedFile | string | The file selected by the user (in case of type 'file_list') | |
selectedQuery | string | The query selected by the user (in case of type 'url') | |
lastLoadedQueryString | string |
| Filled by the editor (or calling API consumers) with the last loaded querystring |
selectedSpreadsheet | string | The spreadsheet selected by the user (in case of type 'google') |