getItemValueCustomDataBytes (NotesDocument - JavaScript)

Returns as a byte array the value of an item containing custom data.

Defined in

NotesDocument

Syntax

getItemValueCustomDataBytes(itemname:string, datatypename:string) : byte[]
Parameter Description
String itemname The name of the item.
String 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).