getItemValueCustomDataBytes (NotesDocument - JavaScript™)
Returns as a byte array the value of an item containing custom data.
Defined in
NotesDocumentSyntax
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. |