JAVA/CORBA CLASSES


signDatabaseWithServerID method
Example

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

Defined in

AdministrationProcess

Syntax

public String signDatabaseWithServerID(String server, String dbfile)
  throws NotesException

public String signDatabaseWithServerID(String server, String dbfile, boolean updateonly)
  throws NotesException

Parameters

String server


String dbfile
boolean updateonly Return value

String


Language cross-reference

signDatabaseWithServerID in LotusScript NotesAdministrationProcess class

Example