.

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

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