Assembly: Adhoc;
Namespace: None;
The IAdhocBinaryItem interface is used to work with an element of dashboard binary data collection.
IAdhocBinaryItem
To get parameters of binary data collection elements, use the IAdhocBinaryData.Item property.
| Property name | Brief description | |
| The Type property determines the type of binary data element to read or write to the stream. |
| Property name | Brief description | |
| The Id property determines object identifier. | ||
| The Key property returns object key. | ||
| The Name property determines object name. |
| Method name | Brief description | |
| The ReadFromStream method reads the element of the binary data collection from the stream. | ||
| The WriteToStream method writes the element of the binary data collection to the stream. |
See also: