.

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

FORMULA LANGUAGE


@AddToFolder
Example

Adds current document to one folder while removing it from another. NULL string can be substituted for either argument to skip the action.

Note This @function is new with Release 5.

Syntax

@AddToFolder(foldernameadd ; foldernameremove)

Parameters

foldernameadd


foldernameremove
Usage

This formula can be used in toolbar button and agent formulas.

@Command([Folder]; Foldername; MoveOrCopy) works just like @AddToFolder except it moves a document from the current folder.

Language cross-reference

Folder method in LotusScript NotesUIWorkspace class

PutInFolder method in LotusScript NotesDocument class

putInFolder method in Java Document class

RemoveFromFolder method in LotusScript NotesDocument class

removeFromFolder method in Java Document class

Example
See Also