LOTUSSCRIPT/COM/OLE CLASSES


FindServerInDomain method
Example

Enters a request in the Administration Requests database to find all occurrences of a server in a domain.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.FindServerInDomain( server$ )

Parameters

server$


Return value

noteID$


Usage

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

findServerInDomain in Java AdministrationProcess class

Example