LOTUSSCRIPT/COM/OLE CLASSES


GetItemValueCustomDataBytes method
Example

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

Note This method is new with Release 6.5.

Defined in

NotesDocument

Syntax

byteArray = notesDocument.GetItemValueCustomDataBytes( itemName$ , dataTypeName$ )

Parameters

itemName$


dataTypeName$
Return value

byteArray


Usage

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

For another method that gets custom data, see:


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

getItemValueCustomDataBytes method in Java Document class

Example
See Also