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 containing the selected documents. If the user clicks Cancel, the collection is empty and the Count property is 0.

Example
See Also