.

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


getItemValue method
Example

Returns the value of an item.

Defined in

Document

Syntax

public java.util.Vector getItemValue(String name)
   throws NotesException

Parameters

String name


Return value

java.util.Vector


Usage

If multiple items have the same name, this method returns the value of the first item.

If the item has no value, this method returns an empty vector.

If no item with the specified name exists, this method returns an empty vector. It does not throw an exception. Use hasItem to verify the existence of an item.

This property returns the same value(s) for an item as getValues in Item.

Language cross-reference

GetItemValue method in LotusScript NotesDocument class

@GetDocField function in formula language

@GetField function in formula language

@GetProfileField function in formula language

@Count function in formula language

Example
See Also