.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA 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.

Defined in

Item

Syntax

public void setValueCustomDataBytes(String datatypename, Byte bytearray)
   throws NotesException
   throws java.io.IOException

Parameters

String datatypename


Byte bytearray
Usage

The new value replaces the existing value.

To keep the changes, you must call Document.save after calling setValueCustomData.

The custom data cannot exceed 64K.

Use this method if you intend to get the custom data through a language binding other than Java.

For methods that get custom data, see:


For other methods that write custom data to an item, see:
Language cross-reference

SetValueCustomDataBytes method in LotusScript NotesItem class

Example
See Also