CLASSI JAVA/CORBA


IsProhibitDesignRefresh property
Esempio

Read-write. Indicates whether a design refresh or replace can overwrite a view.

Nota This property is new with Release 6.5.

Defined in

View

Data type

boolean

Syntax

public boolean isProhibitDesignRefresh()
   throws NotesException

public void setProhibitDesignRefresh(boolean flag)
   throws NotesException

Return value


Usage

This property is the same as "Prohibit design refresh or replace to modify" under the Design tab in the View Design Properties box.

Language cross-reference

IsProhibitDesignRefresh property in LotusScript NotesView class

Esempio
Vedere anche