Content, Content entity – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 19

Advertising
background image

7

CONTENT

Content Entity

The Content entity has the following properties:

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

[string] FileName: The virtual name of the file represented by the current Content instance. This string may
differ from the file name on the client device before being uploaded. This property can be set by both client and
server, and is used in many capacities both within BSN and on devices.

[string] PhysicalPath:(Read only) An external URL for the associated file contained in persistent storage.

[string] VirtualPath: A virtual path to the associated file within the Library of the BSN account.

[ContentType] Type:(Read only) The simplified content type of the associated file. This property is represented
with a

ContentType

enumeration value.

[long] FileSize:(Read only) The size of the associated file in bytes.

[string] FileHash:(Read only) The SHA1 hash of the associated file.

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

[DateTime] UploadDate:(Read only) A UTC timestamp indicating when the associated file was uploaded to
BSN.

[DateTime] FileLastModifiedDate: A value representing the last time the associated file was modified on
the user storage (e.g. the "Date modified" value in Windows). This property is set during the content upload
process. It can also be set by the client or server at any time.

[DynamicPlaylistInfo[]]DynamicPlaylists: (Read only) An array of

DynamicPlaylistInfo

structures that

denote parent Dynamic Playlists.

[PresentationInfo[]] Presentations: (Read Only) An array of

PresentationInfo

structures that denote

parent presentations.

Advertising