remove (View - Java)

Permanently removes a view from a database.

Defined in

View

Syntax

public void remove()
    throws NotesException

Usage

The removed view may still appear in the user interface until the user closes and opens the database.

A subsequent call to a method of the view, or a method of a navigator based on the view, throws an exception.

Example