.

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


EnableFolder method
Example

Given a folder name, enables the folder.

Note This method is new with Release 5.

Defined in

NotesDatabase

Syntax

Call notesDatabase.EnableFolder( foldername$ )

Parameters

foldername$


Usage

Use the EnableFolder method to make sure a folder exists before calling the PutInFolder, PutAllInFolder, RemoveFromFolder, and RemoveAllFromFolder methods.

Language cross-reference

enableFolder method in Java Database class

CreateFolder @Command in formula language

Example