LOTUSSCRIPT/COM/OLE CLASSES
Given a document in a view, returns the document immediately following the given document at the same level. If you send the method a main document, the next main document in the view is returned. If you send a response document, the next response document with the same parent is returned.
If the view is categorized, the next sibling must be in the same category as the original document.
Defined in
NotesView
Syntax
Set notesDocument = notesView.GetNextSibling( document )
Parameters
document
notesDocument
You can use GetNextSibling to:
If you have filtered the view with FTSearch, GetNextSibling returns the next document in the view, regardless of level.
Siblings
Two documents are siblings if:
GetNextSibling returns Nothing when the notesDocument parameter is:
getNextSibling method in Java View class
Example See Also