GetNamedDocCollection (NotesDatabase - LotusScript)

Returns a collection of named documents.

Defined in

NotesDatabase

Syntax

.GetNamedDocCollection(Optional String Name)As NotesDocumentCollection

Parameters

name

String. An optional parameter that returns a collection of named documents of a specified name; there can be many such documents if they were created with UserName qualifiers.

If not specified, all named documents are returned.

Example

See the example for GetNamedDocument.