|
FireSync API
|
| kStatus kDataTree_PutItemData | ( | kDataTree | tree, |
| kDataTreeItem | item, | ||
| kObject | value | ||
| ) |
Sets item content to a particular data object.
The data object passed as an argument to this function is copied by reference; ownership of the original object is transferred to the tree.
| tree | Tree object. |
| item | Tree item. |
| value | Data object. |