SyntaxSet notesDatabase = notesDbDirectory.GetFirstDatabase( fileType% )ParametersfileType%Constant of type Integer. Indicates the kind of database file you want to retrieve from the server. fileType% Indicates DATABASE (1247) for LotusScript NOTES_DATABASE (1247) for COM Any Notes database (NSF, NSG, or NSH file) TEMPLATE (1248) Any Notes database template (NTF file) REPLICA_CANDIDATE (1245) Any Notes database or template not disabled for replication TEMPLATE_CANDIDATE (1246) Any Notes database or templateReturn valuenotesDatabaseThe first database, of the specified fileType%, located in the directory. The database is closed. To open it, use the Open or OpenIfModified method in NotesDatabase.