Folder (NotesUIWorkspace - LotusScript®)

Copies or moves the current document to a folder.

Note: This method is new with Release 5.

Defined in

NotesUIWorkspace

Syntax

variant = notesUIWorkspace .Folder( [foldername$], move )

Parameters

foldername$

String. Optional. Name of the folder to which the current document is to be moved. If you omit this parameter or specify it as an empty string, this method displays the "Move To Folder" dialog box.

move

Boolean. True moves the document from the current folder; False copies it. This parameter has no effect in a view -- the document is always copied. This parameter has no effect if the first parameter is not specified or is an empty string -- the document is copied or moved depending on the user's selection in the dialog box.

Return value

The return value is undefined.

Example