IAttachmentByteArray
What it does
Represents attachment binary data.
Methods
Definition | Description |
Add (value: BYTE) | Adds a new byte to the array. |
InsertAt (value: BYTE, pos: int) | Inserts a new byte to the specified position of the array. |
DeleteAt (pos: int) | Deletes the element of the array with the specified position. |
DeleteAll ( ) | Deletes all elements of the array. |
Properties
Name | Type | Access | Description |
Name | string | Read-only | The name of the array |
26.03.2024 13:49:49