.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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