Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.viewNavigator:getNextSibiling
 
wm.ln.viewNavigator:getNextSibiling
This flow service returns the next sibling entry after the current or specified entry in a view navigator.
Input Parameters
viewNavigator
ViewNavigatorThe ViewNavigator object to get the next sibling from.
entry
ViewEntryOptional. An entry in the view. Cannot be null.
Output Parameters
nextSiblingViewEntry
ViewEntryThe sibling entry following the current or specified entry. Returns null if there is no next sibling entry.