SelectSharedFields (NoteCollection - Java)

Read-write. Indicates whether the collection contains notes for shared fields.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectSharedFields()
   throws NotesException
public void setSelectSharedFields(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of shared fields
  • false to indicate exclusion of shared fields

Usage

The following methods set this property:

Example