BrightSignNetwork (BSN) Main A...
...
Custom Data Types (2017/01)
FileInfo Entity and Derived St...
WebPageFile Entity (2017/01)
1min
webpagefile ('fileinfo type' property set to "webpage") is derived from the 'storedfile' structure, and is used to reference (regular) webpages uploaded to bsn by id see the example below (your values will vary for all but "type") { "type" "webpage", // \[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 web page", // \[string] "size" 20224, // \[uint] "hash" "sha1 1f224e31b9265062be58e7d12fe3332e03536d48", // \[string] "creationdate" "2017 02 19t20 10 11 287z", // \[datetime] "lastmodifieddate" "2016 12 01t23 46 35 793z", // \[datetime] "id" 47487, // \[int] "path" "http //localhost 8081/content/webpages/9184f22b 51da 42e3 9900 c9c5bba03e6e html" // \[uri] }