Click or drag to resize

ModelManagerDelete Method

Deletes the given item from the underlying storage.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public bool Delete(
	ISerializableModel item
)

Parameters

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

Return Value

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