IsProhibitDesignRefresh (View - Java)

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

Note: 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

  • true to indicate that the view cannot be refreshed
  • false (default) to indicate that the view can be refreshed

Usage

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

Example