Method SetPropertyValue
SetPropertyValue(string, string, Property, Completer)
Request to update the property with the given propertyKey
of the item with the given itemId
.
Declaration
void SetPropertyValue(string itemId, string propertyKey, Property value, Completer completer)
Parameters
Type | Name | Description |
---|---|---|
string | itemId | Item's id to update the property of. |
string | propertyKey | property's key to update. |
Property | value | Value to set to the property. |
Completer | completer | The handle to settle the promise with. |