.

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


Items property
Example

Read-only. All the items in a document. An item is any piece of data stored in a document.

Defined in

NotesDocument

Data type

Array of NotesItem objects

Syntax

To get: notesItemArray = notesDocument.Items

Usage

To set the value of an individual NotesItem object, you need to access the array elements individually. For example, to get the first element in the array returned from the NotesDocument object doc, you could do the following:


Language cross-reference

Items property in Java Document class

Example
See Also