MediaList
Overview
Lists the media files. Is the layout for MediaListDef.
Information noteThis struct is deprecated.
Properties
Name | Description | Type |
---|---|---|
qItems |
Information about the list of media files. In local installation mode, the media files are retrieved from: %userprofile%\Documents\Qlik\Sense\Content\Default In server mode, the media files are retrieved from: <installation_directory>\Qlik\Sense\Repository\Content\Default The default installation directory is ProgramData. |
Array of MediaListItem |
Example
"qMediaList": {
"qItems": [
{
"qUrlDef": "/content/default/MyMediaDirecotry/Template.docx",
"qUrl": "/content/default/MyMediaDirecotry/Template.docx"
},
{
"qUrlDef": "/content/default/QlikSenseUserGuide.pdf",
"qUrl": "/content/default/QlikSenseUserGuide.pdf"
}
]
}
Learn more
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!