IsFolder (NotesView - LotusScript®)

Read-only. Indicates whether a NotesView object represents a folder.

Defined in

NotesView

Data type

Boolean

Syntax

To get: flag = notesView .IsFolder

Return value

  • True indicates that the NotesView object represents a folder.
  • False indicates that the NotesView object represents a view.

Example