CLASSI JAVA/CORBA


IsDefaultView property
Esempio

Read-write. Indicates whether a view is the default view of the database.

Nota This property is read-write with Release 6.5.

Defined in

View

Data type

boolean

Syntax

public boolean isDefaultView()
   throws NotesException

public void setDefaultView(True)
   throws NotesException

Nota With Release 7, the only legal value for setDefaultView is True. To change the value of the current default view's IsDefaultView property to False, set another view's IsDefaultView property to True, which will automatically change the current default view's value to False.

Legal values


Language cross-reference

IsDefaultView property in LotusScript NotesView class

Esempio
Vedere anche