LOTUSSCRIPT/COM/OLE CLASSES
Removes from a document collection any documents contained in a second document collection.
Nota This method is new with Release 8.
Defined in
NotesDocumentCollection
Syntax
Call notesDocumentCollection.Subtract( inputNotes )
Parameters
inputNotes
The document or documents being subtracted must be in the same database as the original document collection. Otherwise, the method will return the error "the specified note or notes do not exist in the database" or, if a noteID was passed to the method that matches a noteID in the original collection's database, the method will use the unintended document.
Ejemplo Véase también