IsProfile (Document - Java)

Read-only. Indicates whether a Document object is a profile document.

Defined in

Document

Data type

boolean

Syntax

public boolean isProfile()
    throws NotesException

Legal values

  • true if the document is a profile document
  • false if the document is not a profile document

Example