CreateBinary(String):ITemporaryBinaryObject
Generates an object for uploading a new binary file.
By means of this method, new binary data can be uploaded in onion.net.
Return type: Onion.Client.ITemporaryBinaryObject
Parameter
- mimeType
Type: System.String
The MimeType the new binary file has is indicated for this parameter. Depending on the use in a data object, indicating the correct MimeType is important as it may be restricted in the schema for the data object. In this case saving the data object with this binary object may fail.