| 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
)
Public Function Delete (
item As ISerializableModel
) As Boolean
Parameters
- item
- Type: Dynamicweb.Analytics.ModelISerializableModel
Item to delete.
Return Value
Type:
BooleanValue indicating whether item has been successfully deleted.
Exceptions Remarks See Also