Method CreateItem
CreateItem(string, string, Completer)
Request to create a new item with the given id.
Declaration
void CreateItem(string definitionId, string itemId, Completer completer)
Parameters
| Type | Name | Description |
|---|---|---|
| string | definitionId | Id of the definition used to create the item. |
| string | itemId | Id to give to the created item. |
| Completer | completer | The handle to settle the promise with. |