Click or drag to resize
IMediaListItem Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface IMediaListItem : IAbstractStructure

The IMediaListItem type exposes the following members.

Properties
  NameDescription
Public propertyUrl
Relative path to the media file. Media files located: • in the /content/default/ folder are outside the qvf file. • in the /media/ folder are embedded in the qvf file.
Public propertyUrlDef
Relative path to the media file. The URL is static. Media files located: • in the /content/default/ folder are outside the qvf file. • in the /media/ folder are embedded in the qvf file.
Top
See Also