getFirstNoteID (NoteCollection - Java)

Gets the first note in a collection.

Defined in

NoteCollection

Syntax

public String getFirstNoteID()
   throws NotesException

Return value

String

The ID of the first note in the collection.

Example