IsConflict (ViewEntry - Java)

Read-only. Indicates whether a view entry is for a document on which a replication or save conflict occurred.

Defined in

ViewEntry

Data type

boolean

Syntax

public boolean isConflict()
    throws NotesException

Legal values

  • true if the entry is a conflict document
  • false if the entry is not a conflict document

Example