| ModelManagerUpdate Method |
Persists the given item into the underlying storage.
Namespace:
Dynamicweb.Analytics.Model
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public bool Update(
ISerializableModel item
)
Public Function Update (
item As ISerializableModel
) As Boolean
Parameters
- item
- Type: Dynamicweb.Analytics.ModelISerializableModel
Item to persist.
Return Value
Type:
BooleanValue indicating whether item has been successfully persisted.
Exceptions Remarks See Also