getModifiedDocumentsWithOptions (NotesDatabase - JavaScript)

Lets you retrieve all modified documents meeting matches for specified options.

Defined in

NotesDatabase

Syntax

getModifiedDocumentsWithOptions(sinceTime:NotesDateTime, untilTime:NotesDateTime, 
	options:int) : NotesNoteCollection

Parameters

sinceTime

NotesDateTime. The time since the document was modified.

untilTime

NotesDateTime. The time until the document is modified.

options

int. Indicates the match options for the return result. These options include the following:
NotesDatabase.DBGETMOD_NEW_AND_DEL_NOTES=0x00000001
NotesDatabase.DBGETMOD_NEW_ONLY=0x00000004
NotesDatabase.DBGETMOD_DELETED_ONLY=0x00000008
NotesDatabase.DBGETMOD_NO_SOFT_DELETES=0x00000010
NotesDatabase.DBGETMOD_NODELETED_BIT=0x00000080

Return value

NotesNoteCollection

A collection of documents (NotesNoteCollection) which include all matching options.

Language cross-reference

GetModifiedDocumentsWithOptions method in LotusScript® NotesDatabase class.

getModifiedDocumentsWithOptions method in Java NotesDatabase class.