IsConflict (View - Java)

Read-only. Indicates whether a view is enabled for conflict checking.

Defined in

View

Data type

boolean

Syntax

public boolean isConflict()
    throws NotesException

Legal values

  • true if the view is enabled for conflict checking
  • false if the view is not enabled for conflict checking

Example