IsFolder (View - Java)

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

Defined in

View

Data type

boolean

Syntax

public boolean isFolder()
    throws NotesException

Legal values

  • true if the View object represents a folder
  • false if the View object represents a view

Example