Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0

Otp

The method for creating a folder is provided by the FolderOperations class:

Figure: The FolderOperations Class

Image Modified

Creating a folder

A folder can be created by specifying its name and parent folder and calling the createFolder method:

Image Modified

Parameters of method createFolder in detail:

NameTypeDirectionDescription
connectionMailConnectionIn
Multiexcerpt include
MultiExcerptNameconnection
PageWithExcerptReading Messages
parentFolderStringIn

Specifies the name of the parent folder.

Note
iconfalse

If the parent folder is omitted (NULL or empty string), the new folder is created in the default folder of the server.

folderStringInSpecifies the name of the folder.
returnBooleanReturnTrue, if the folder has been created. False otherwise.
Panel
titleOn this Page:
Table of Contents