.

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


GetValueCustomDataBytes 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

NotesItem

Syntax

byteArray = notesItem.GetValueCustomDataBytes( dataTypeName$ )

Parameters

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

getValueCustomDataBytes method in Java Item class

Example
See Also