IsCategorized (NotesView - JavaScript™)
Read-only. Indicates whether a view is categorized.
Defined in
NotesViewSyntax
isCategorized() : boolean
Legal value | Description |
---|---|
true |
if the view is categorized |
false |
if the view is not categorized |
Examples
This computed field displays whether a view associated with the page is categorized.return "This view is " + (view2.isCategorized() ? "" : "not ") + "categorized"