CLASSI JAVA/CORBA


getItemValueCustomDataBytes method
Esempio

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

Nota This method is new with Release 6.

Defined in

Document

Syntax

public bytes[] getItemValueCustomDataBytes(String itemname, String datatypename)
   throws NotesException
   throws java.io.IOException

Parameters

String itemname


String datatypename
Return value

bytes[]


Usage

An item that contains custom data is of type Item.USERDATA (14).

For other methods that get custom data, see:


To write custom data to an item, see:
Language cross-reference

GetItemValueCustomDataBytes method in LotusScript NotesDocument class

Esempio
Vedere anche