JAVA/CORBA CLASSES


getOption method
Example

Gets the value of a database option.

Note This method is new with Release 6.5.

Defined in

Database

Syntax

public boolean getOption(int optionname)
   throws NotesException

Parameters

int optionname

Return value

boolean

Usage

See setOption for setting a database option.

Language cross-reference

GetOption method in LotusScript NotesDatabase class

Example
See Also