Method: Notesgrip::NotesViewNavigator#GetLastDocument
- Defined in:
- lib/notesgrip/NotesView.rb
#GetLastDocument ⇒ Object
491 492 493 494 |
# File 'lib/notesgrip/NotesView.rb', line 491 def GetLastDocument raw_viewEntry = @raw_object.GetLastDocument() raw_viewEntry ? NotesViewEntry.new(raw_viewEntry) : nil end |