Remove (NotesView - LotusScript®)

Permanently removes a view from a database.

Defined in

NotesView

Syntax

Call notesView .Remove

Usage

When a view has been removed, all subsequent calls to any of its methods or properties will generate an error. Also, all subsequent calls to any methods or properties of any ViewNavigators created from the view will generate an error.

Example