Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






NotesDbDirectory class

Represents the Notes databases on a specific server or local computer.

Containment

Contained by: NotesSession

Contains: NotesDatabase

Properties

Name

Parent

Methods

CreateDatabase

GetFirstDatabase

GetNextDatabase

New

OpenDatabase

OpenDatabaseByReplicaID

OpenDatabaseIfModified

OpenMailDatabase

Creation

You create a new NotesDbDirectory object using the name of the server you want to access. You can use the following:

Note The New method is not supported in COM.

Syntax

Dim variableName as New NotesDbDirectory( serverName$ )

or

Set notesDbDirectory = New NotesDbDirectory( serverName$ )

Parameters

serverName$

String. The name of the server that has the database files you want to navigate. Use an empty string ("") to indicate the current computer.

See examples

Examples: NotesDbDirectory class
Related topics
LotusScript Classes A-Z
Locating a database on a server and local disk
Using the Domino classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009