LOTUSSCRIPT/COM/OLE CLASSES


SetValueCustomDataBytes method
Example

Sets the value of an item to custom data from a byte array.

Note This method is new with Release 6.5.

Defined in

NotesItem

Syntax

Call notesItem.SetValueCustomDataBytes( dataTypeName$ , byteArray )

Parameters

dataTypeName$


byteArray
Usage

The new value replaces the existing value.

To keep the changes, you must call NotesDocument.Save after calling SetValueCustomData.

The custom data cannot exceed 64K.

For methods that get custom data, see:


For another method that writes custom data to an item, see:
Language cross-reference

setValueCustomDataBytes method in Java Item class

Example
See Also