JAVA/CORBA-KLASSEN


getProfileDocCollection method
Beispiel

Retrieves the profile documents associated with a profile form.

Defined in

Database

Syntax

public DocumentCollection getProfileDocCollection(String profileName)
   throws NotesException

Parameters

String profileName


Return value

DocumentCollection

The profile documents. No profile documents results in an empty collection.

Language cross-reference

GetProfileDocCollection method in LotusScript NotesDatabase class

Beispiel