new method: ActionItem class
Syntax
new(item_ID, title, list_ID)
Description
Use this method to create and initialize a new action item.
Parameters
| Parameter | Description |
|---|---|
|
item_ID |
Specifies the ID for the new action item as a string. |
|
title |
Specifies the title for the new action item as a string. Note: The title is also referred to as the Label property. |
|
list_ID |
Specifies the activity guide to which the action item belongs as a string. |
Returns
None.