Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






@AddToFolder

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

Text. Name of the folder the document will be added to.

foldernameremove

Text. Name of the folder the document will be removed from.

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

See examples

Examples: @AddToFolder
Related topics
Folder @Command
ChooseFolders @Command
FolderDocuments @Command




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009