.

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


GetDbDirectory method
Example

Creates a new NotesDbDirectory object using the name of the server you want to access. When used with OLE automation, this method allows you to create a NotesDbDirectory object without using New.

Defined in

NotesSession

Syntax

Set notesDbDirectory = notesSession.GetDbDirectory( serverName$ )

Parameters

serverName$


Return value

notesDbDirectory


Usage

For more information, see the NotesDbDirectory class.

Language cross-reference

getDbDirectory method in Java Session class

Example
See Also