SignDatabaseWithServerID (NotesAdministrationProcess - LotusScript®)
Enters a request in the Administration Requests database to sign a database.
Defined in
Syntax
noteID$ = notesAdministrationProcess .SignDatabaseWithServerID( server$ , dbfile$ [ , updateonly ] )
Parameters
server$
String. The full hierarchical name (can be abbreviated) of the server containing the database to be signed. The empty string ("") means the local server.
dbfile$
String. New pathname of the database to be signed.
updateonly
Boolean. Optional.
- True signs only existing signatures (faster).
- False (default) always signs the database.
Return value
noteID$
String. The note ID of an entry created in the Administration Requests database.