Click or drag to resize

ModelManagerGetAnnotatedDataT Method (IAnnotatable)

Returns the actual data item of its annotated version.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static T GetAnnotatedData<T>(
	IAnnotatable annotatable
)

Parameters

annotatable
Type: Dynamicweb.Analytics.ModelIAnnotatable
Annotated data item.

Type Parameters

T

Return Value

Type: T
The actual data item of its annotated version.
Exceptions
ExceptionCondition
ArgumentNullExceptionannotatable is null.
See Also