LOTUSSCRIPT/COM/OLE CLASSES
Gets the documents in a database that are modified since a specified time.
Note This method is new with Release 7.
Defined in
NotesDatabase
Syntax
Set notesDocumentCollection = notesDatabase.GetModifiedDocuments( [ since ] , [ noteClass% ] )
Parameters
since
noteDocumentCollection
The end time for the collection is the current database time, which is posted to the UntilTime property of the returned NotesDocumentCollection object. This time should be specified as the "since" time in a subsequent call to GetModifiedDocuments where you want to get all modified documents since the most recent call. Do not rely on the system time, which may differ from the database time.
This method raises lsERR_NOTES_NOSUCH_DBGETMODDOCS (4698) "Not a valid GetModifiedDocuments constant" if the noteClass parameter is invalid.
Language cross-reference
getModifiedDocuments in Java Database class
Example See Also