Assigns the properties state hash that used to retrieve and store properties values.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)

Syntax

JavaScript
function assignPropertiesState(hashObj);

Parameters

hashObj
Type: Dictionary
The hash object, hash key - property name, hash value - property value.

See Also