JAVA/CORBA CLASSES
Enters a request in the Administration Requests database to find all occurrences of a group in a domain.
Defined in
AdministrationProcess
Syntax
public String findGroupInDomain(String group) throws NotesException
Parameters
String group
String
This method triggers the "Find Name in Domain" administration process request.
Results are posted to response documents in the Administration Requests database.
Language cross-reference
findGroupInDomain in LotusScript NotesAdministrationProcess class
Example