IsModified (NotesView - LotusScript®)

Read-only. Indicates whether a view is modified.

Note: This property is new with Release 5.

Defined in

NotesView

Data type

Boolean

Syntax

To get: flag = notesView .IsModified

Legal values

  • True indicates that the view is modified.
  • False indicates that the view is not modified.

Usage

Use the IsModified property to determine if the current view snapshot on the Notes® client corresponds to the real state of the view on the server. The view on the server can change as a result of multiple users accessing it, and this property can be used to determine if the view needs refreshing.

The IsModified property will always return True for programs accessing views remotely, and False when accessing views via agents or standalone applications.

Example