Click or drag to resize

ModelManagerGetLastUpdated Method

Returns the last updated date (UTC) of the given item.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public DateTime GetLastUpdated(
	IModel item
)

Parameters

item
Type: Dynamicweb.Analytics.ModelIModel
Item to examine.

Return Value

Type: DateTime
The last updated date (UTC) of the given item.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
Remarks