LOTUSSCRIPT/COM/OLE CLASSES


GetProfileDocCollection method
Given a profile name, returns a collection of Profile documents that match the name, or if no name is given, a collection of all Profile documents.

Note This method is new with Release 5.

Defined in

NotesDatabase

Syntax

Set notesDocumentCollection = notesDatabase.GetProfileDocCollection( [profilename$] )

Parameters

profilename$


Return value

notesDocumentCollection


Usage

If the collection is empty, GetProfileDocCollection.Count is 0.

Language cross-reference

getProfileDocCollection in Java Database class