IBinaryObject
Represents the entity of a binary object in onion.net.
Binary data is not data objects in onion.net, in the way displayed for example in the structure tree of the Editor. Binary data is always part of just one data object in onion.net. Several pieces of binary data can also be contained in a data object.
Properties
Property | Description |
---|---|
Lifetimes:IBinaryObjectLifetimeCollection | Returns a collection of all versions of the binary object. |
MimeType:String | Returns the MimeType of the binary object. |
ReferenceIdentifier:String | Returns a unique reference identifier. |
Methods
Method | Description |
---|---|
CreateStream():Stream | Generates a stream which contains the data of the binary object. |