LOTUSSCRIPT/COM/OLE CLASSES


StampAll method
Example

Replaces the value of a specified name in all documents in a collection.

Defined in

NotesDocumentCollection

Syntax

Call notesDocumentCollection.StampAll( itemname, value )

Parameters

itemname


value
Usage

If the item does not exist, it is created.

The item values are immediately written to the back-end documents. You do not have to use the Save method of NotesDocument after StampAll. However, any documents modified by your script must be saved before calling StampAll.

This method does not modify existing NotesDocument objects. Documents must be retrieved again to see the changes.

Language cross-reference

stampAll method in Java DocumentCollection class

Example
See Also