signDatabaseWithServerID (NotesAdministrationProcess - JavaScript™)
Enters a request in the Administration Requests database to sign a database.
Defined in
NotesAdministrationProcessSyntax
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 |
|
Return value | Description |
---|---|
String |
The note ID of an entry created in the Administration Requests database. |
Language cross-reference
signDatabaseWithServerID in LotusScript® NotesAdministrationProcess classsignDatabaseWithServerID in Java™ AdministrationProcess class