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