Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NewItem


...

Creates a new child item for the given item.
ItemType is optional and allows you to set the type of item to create.
Name  Name is optional , and sets the name for the new child item.

...

Procedure: NewItem(ItemPath, ItemType, Name: String): String;


API Call:

Code Block
languagedelphi
titleScripting
linenumberstrue
collapsetrue
output(NewItem(itempath, 'Folder', 'Attachments'));