All dynamci dynamic playlist entities are structured as follows:
entity
:
A unique identifier for the dynamic playlist instance. This value is generated by the server when the dynamic playlist is created.[int]
Id:
The name of the dynamic playlist[string]
Name:
The location of the feed XML file in the server directory[string]
PhysicalPath:
The size of the feed XML file (in bytes)[long]
FileSize:
The hash algorithm and the value that results from performing the hash algorithm on the file. The string is formatted as "{algorithm}:{value}" (e.g. "SHA1:6DB465879088280AAC52DC22B07ED0AD493A99D4")
FileHash:[string]
A UTC timestamp indicating when the dynamic playlist was created on BSN.
CreationDate:[
DateTime
]
A UTC timestamp indicating when the dynamic playlist was last modified on BSN.
LastModifiedDate:[
DateTime
][
bool
]SupportsAudio
: A flag indicating whether the dynamic playlist supports audio files
A flag indicating whether the dynamic playlist supports video files
SupportsVideo:[
bool
]
A flag indicating whether the dynamic playlist supports image files
SupportsImages:[
bool
]
An array of content object instances representing content files in the dynamic playlist:
Content:[
DynamicPlaylistContent[]
]
ContentId[
int
]
string] FileName[
TimeSpan] DisplayDuration[
[
DateTime?] ValidityStartDate
DateTime?] ValidityEndDate[
An array of presentation object instances representing presentations that use the dynamic playlist:
Presentations:[
PresentationInfo[]
]
: A unique identifier for the file.
Id[int]
: The filename
Name[string]
: The path to the file URI[Uri] Link
A list of permission object instances representing permissions rules assigned to the dynamic playlist instance
Permissions:[
List<Permission>
]