LOTUSSCRIPT/COM/OLE CLASSES


PickListCollection method
Example

Creates a NotesDocumentCollection object from a list selected by the user. You specify a view within a database from which the user can select one or more documents.

Note This method is new with Release 5.

Defined in

NotesUIWorkspace

Syntax

Set notesDocumentCollection = notesUIWorkspace.PickListCollection( type% [, multipleSelection ], server$, databaseFileName$, viewName$, title$, prompt$ [, Singlecategory$ ] )

Parameters

type%


multipleSelection
server$
databaseFileName$
viewName$
title$
prompt$
Singlecategory$
Return value

This method returns a NotesDocumentCollection object if you click OK. If you click Cancel the Count property is set to 0 and it returns an empty document.

Example
See Also