.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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