Click or drag to resize

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
)

Parameters

item
Type: Dynamicweb.Analytics.ModelISerializableModel
Item to persist.

Return Value

Type: Boolean
Value indicating whether item has been successfully persisted.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
Remarks