JAVA/CORBA CLASSES


getNextNoteID method
Example

Given a note, finds the note immediately following it in a collection.

Defined in

NoteCollection

Syntax

public String getNextNoteID(String noteid)
  throws NotesException

Parameters

String noteid


Return value

String


Usage

If no next note exists, this method returns a string of length 0.

This method throws an exception if the parameter is an invalid note ID.

Language cross-reference

GetNextNoteID method in LotusScript NotesNoteCollection class

Example
See Also