SelectMiscCodeElements (NoteCollection - Java)

Read-write. Indicates whether the collection contains notes for miscellaneous code elements.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectMiscCodeElements()
   throws NotesException
public void setSelectMiscCodeElements(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of miscellaneous code elements
  • false to indicate exclusion of miscellaneous code elements

Usage

The following methods set this property:

Example