signDatabaseWithServerID (NotesAdministrationProcess - JavaScript)

Enters a request in the Administration Requests database to sign a database.

Defined in

NotesAdministrationProcess

Syntax

signDatabaseWithServerID(server:string, dbfile:string) : string

signDatabaseWithServerID(server:string, dbfile:string, updateonly:boolean) : string

Parameter Description
String server The full hierarchical name (can be abbreviated) of the server containing the database to be signed. The empty string ("") means the local server.
String dbfile New pathname of the database to be signed.
boolean updateonly
  • true to sign only existing signatures (faster)
  • false (default) to always sign the database

Return value Description
String The note ID of an entry created in the Administration Requests database.

Language cross-reference

signDatabaseWithServerID in LotusScript® NotesAdministrationProcess class

signDatabaseWithServerID in Java AdministrationProcess class