Click or drag to resize

ModelManagerGetAnnotatedData 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 Object GetAnnotatedData(
	IAnnotatable annotatable
)

Parameters

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

Return Value

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