.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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