IsFolder (NotesView - LotusScript®)
Read-only. Indicates whether a NotesView object represents a folder.
Defined in
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.
Language cross-reference
IsFolder property in Java™ View class