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

NewFile Entity (2017/01)

1min
newfile ('fileinfo type' property set to "new") is derived from the abstract 'fileinfo' structure, and is used to upload small files and for complete presentation creation or updates see the example below (your values will vary for all but "type") { "type" "new", // \[string], structure data type visible only in json representation and used by de serializer to determine expected property set of this object instance "name" "hello txt", // \[string] "size" 12, // \[uint] "hash" "", // \[string] "creationdate" null, // \[datetime] "lastmodifieddate" null, // \[datetime] "body" "sgvsbg8gv29ybgqh", // \[string] "transferencoding" "base64" // one of { "none", "base64" } enumeration values }