Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

All dynamic playlist entities are structured as follows:

entity:

  • Id int read-onlyA unique identifier for the dynamic playlist instance. This value is generated by the server when the dynamic playlist is created.

  • Name string read-write

...

  • The name of the dynamic playlist. The maximum character length for this string is 50 characters.

  • PhysicalPath string read-onlyThe location of the dynamic playlist feed XML file in the server directory

  • FileSize long read-onlyThe size of the dynamic playlist feed XML file (in bytes)

  • FileHash string read-onlyThe 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")

  • CreationDate DateTime read-onlyA UTC timestamp indicating when the dynamic playlist was created on BSN.cloud.

...

  •  See DateTime for more information on this data type.

  • LastModifiedDate DateTime read-onlyA UTC timestamp indicating when the dynamic playlist was last modified on BSN.cloud. See DateTime for more information on this data type.

...

  • SupportsAudio bool read-write:  A flag indicating whether the dynamic playlist supports audio files

  • SupportsVideo

...

  •  bool read-writeA flag indicating whether the dynamic playlist supports video files

  • SupportsImages

...

  •  bool read-writeA flag indicating whether the dynamic playlist supports image files

  • Content DynamicPlaylistContent[] read-writeAn array of content object instances representing content files in the dynamic playlist: 

    • ContentId int read-write: The unique identifier for the dynamic playlist content

    • FileName string read-write: The name assigned to the dynamic playlist content

    • DisplayDuration TimeSpan read-writeThe amount of time the content will be displayed before transitioning to the next entry. See TimeSpan for more information about this data type.

    • ValidityStartDate

...

    • Nullable<DateTime> read-writeThe validity start date for the entry (that is, the point at which it will start being included in the dynamic playlist). A null value specifies that the item is valid immediately when added to the dynamic playlist. See DateTime for more information about this data type.

    • ValidityEndDate

...

    • Nullable<DateTime> read-writeThe validity end date for the associated entry (that is, the point at which it will no longer be included in the dynamic playlist).  A null value specifies that the item will be valid until it is removed from the dynamic playlist manually by a user. See DateTime for more information about this data type.

  • Presentations PresentationInfo[] read-onlyAn array of Presentation Info entities for each presentation associated with the dynamic playlist instance

  • Permissions

...

  • Permission[] read-writeA list of permission object instances representing permissions rules assigned to the dynamic playlist instance