JAVA/CORBA CLASSES
Returns as an object the value of an item containing custom data.
Note This method is new with Release 6.
Defined in
Document
Syntax
public Object getItemValueCustomData(String itemname) throws ClassNotFoundException throws NotesException throws java.io.IOException
public Object getItemValueCustomData(String itemname, String datatypename) throws ClassNotFoundException throws NotesException throws java.io.IOException
Parameters
String itemname
Object
An item that contains custom data is of type Item.USERDATA (14).
For other methods that get custom data, see:
Example See Also