Assembly: Adhoc;
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 | |
Type | The Type property determines the type of binary data element to read or write to the stream. |
Property name | Brief description | |
Id | The Id property determines object identifier. | |
Key | The Key property returns object key. | |
Name | The Name property determines object name. |
Method name | Brief description | |
ReadFromStream | The ReadFromStream method reads the element of the binary data collection from the stream. | |
WriteToStream | The WriteToStream method writes the element of the binary data collection to the stream. |
See also: