getValueCustomDataBytes (NotesItem - JavaScript™)
Returns as a byte array the value of an item containing custom data.
Defined in
NotesItemSyntax
getValueCustomDataBytes(datatypename:string) : byte[]
Parameter | Description |
---|---|
datatypename |
The name of the data type. This name must match the data type name specified when the item was written. |
Return value | Description |
---|---|
byte[] |
A byte array that receives the value of the item. |
Usage
An item that contains custom data is of type 14 (USERDATA
).