BrightSignNetwork (BSN) Main A...
...
Custom Data Types (2017/01)
FileInfo Entity and Derived St...

TaggedPlaylistFile Entity (2017/01)

1min
taggedplaylistfile ('fileinfo type' property set to "taggedplaylist") is derived from the 'storedfile' structure, and is used to reference tagged playlists existing in bsn by id see the example below (your values will vary for all but "type") { "type" "taggedplaylist", // \[string], structure data type visible only in json representation and used by de serializer to determine expected property set of this object instance "name" "my first tagged playlist", // \[string] "size" 0, // \[uint] "hash" "sha1\ e7ba1a1668ab68e6a0090a0a950d43a25a316d8e", // \[string] "creationdate" "2017 02 08t00 00 55 273z", // \[datetime] "lastmodifieddate" "2017 02 08t00 00 55 273z", // \[datetime] "id" 47323, // \[int] "path" "http //localhost 8080/bs/getfile ashx?type=taggedplaylist\&token=7e2dbc0cc21e2449d06ca32836ad86bb" // \[uri] }