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