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

MediaFile Entity (2017/01)

1min
mediafile('fileinfo type' property set to "media") derived from the 'storedfile' structure, and is used to reference uploaded files visible in the bsn content library by id see the example below (your values will vary for all but "type") { "type" "media", // \[string], structure data type visible only in json representation and used by de serializer to determine expected property set of this object instance "name" "odessa rain jpg", // \[string] "size" 226675, // \[uint] "hash" "sha1 4b55491958fc06e904d78bf2c965b47629fc5d16", // \[string] "creationdate" "2017 05 22t16 20 26 430z", // \[datetime] "lastmodifieddate" "2016 09 20t09 39 42 253z", // \[datetime] "id" 64947, // \[int] "mediatype" "image", // one of { "text", "image", "video", "audio" } enumeration values "path" "http //localhost 8081/content/images/782e4c7d f5a1 4b21 bd76 3706fff20063 jpg" // \[uri] }