JAVA/CORBA CLASSES
Returns as a byte array the value of an item containing custom data.
Note This method is new with Release 6.
Defined in
Item
Syntax
public byte[] getValueCustomDataBytes(String datatypename) throws NotesException throws java.io.IOException
Parameters
String datatypename
byte[]
An item that contains custom data is of type Item.USERDATA (14).
For other methods that get custom data, see:
GetValueCustomDataBytes method in LotusScript NotesItem class
Example See Also