Contentfolder entity, Contenttype enumeration, Contenttransition enumeration – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 20: Contenttype

Advertising
background image

8

ContentFolder Entity

The ContentFolder entity has the following properties:

[int] Id:(Read only) The identifier and primary key of the ContentFolder entity.

[int] AccountId:(Read only) The identifier of the account that owns the ContentFolder entity.

[string] Name: The user-defined name of the folder represented by the ContentFolder instance. This name
must be unique in the scope of the parent folder.

[string] VirtualPath: A virtual path to the associated folder within the Library of the BSN account (for
example, “\Shared\Incoming\” or “\Users\[email protected]\Home\”).

[string] ThumbPath:(Read only) An external URL for the file thumbnail image contained in persistent storage.

[DateTime] CreationDate:(Read only) A UTC timestamp indicating when the associated folder was created in
BSN.

ContentType Enumeration

The ContentType enumeration specifies the type of the file associated with the Content instance. It has the following
properties.

Image: A JPG, PNG, or BMP image file

Video: An MPG, MP4, TS, MOV, VOB, or WMV video file

Audio: An MP3 or WAV audio file

DynamicPlaylist: A Dynamic Playlist file

Other: An unknown file type

ContentTransition Enumeration

The ContentTransition enumeration represents the screen effect that is shown during the transition between the previous
presentation state and the current content state. It has the following properties:

NoEffect

WipeFromTop

WipeFromBottom

Advertising