IsPrivate (View - Java)

Read-only. Indicates whether a view is private or shared on first use.

Defined in

View

Data type

boolean

Syntax

public boolean isPrivate()
    throws NotesException

Legal values

  • true if the view is private
  • false if the view is shared

Example