Method: Notesgrip::NotesView#GetAllDocumentsByKey

Defined in:
lib/notesgrip/NotesView.rb

#GetAllDocumentsByKey(keyArray, exactMatch = false) ⇒ Object



91
92
93
94
# File 'lib/notesgrip/NotesView.rb', line 91

def GetAllDocumentsByKey( keyArray , exactMatch = false )
  raw_docCollection = @raw_object.GetAllDocumentsByKey( keyArray , exactMatch)
  NotesDocumentCollection.new(raw_docCollection)
end