GetTemporaryBinary(String):ITemporaryBinaryObject
Calls a temporary binary object.
Temporary binary objects are binary objects which have not yet been saved on a data object. These binary objects can therefore only be called via the repository.
Return type: Onion.Client.ITemporaryBinaryObject
Parameter
- temporaryIdentity
Type: System.String
This parameter is the temporary reference identifier the binary object currently has.
The reference identifier is built up as follows: "prefix://temp/binaries/Id". The default value for prefix is onion. The Id is a unique integer in the binary data. If the temporary binary object has been saved on a data object, it is converted into a proper binary object and retains the generated Id.