SelectDocument (NotesUIView - LotusScript®)

Selects the specified document in a view.

Note: This method is new with Release 4.6.

Defined in

NotesUIView

Syntax

Call notesUIView .SelectDocument( notesdocument )

Parameters

notesdocument

NotesDocument. The document to be selected.

Usage

This method highlights the specified document. It does not place a check mark before the document.

Example