JAVA/CORBA CLASSES


getDirectory method
Creates a new Directory object using the name of the server you want to access.

Note This method is new with Release 8.5.

Defined in

Session

Syntax

public Directory getDirectory([String server])
   throws NotesException

Parameters

String server


Return value

Directory


Usage

If this method is run on a server, and the server parameter is the name of a different server, the current server must have a Trusted relationship with the specified server.

See the Directory class for descriptions and examples.

Language cross-reference

GetDirectory method in LotusScript NotesSession class