.

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


RemoveAllFromFolder method
Example

Removes all documents in the collection from the specified folder.

Defined in

NotesDocumentCollection

Syntax

Call notesDocumentCollection.RemoveAllFromFolder( folderName$ )

Parameters

folderName$


Usage

The method does nothing for documents not in the folder you specify. This method does nothing if the folder you specify does not exist.

Language cross-reference

removeAllFromFolder method in Java DocumentCollection class

Example
See Also