| 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
)
Public Shared Function GetAnnotatedData (
annotatable As IAnnotatable
) As Object
Parameters
- annotatable
- Type: Dynamicweb.Analytics.ModelIAnnotatable
Annotated data item.
Return Value
Type:
ObjectThe actual data item of its annotated version.
Exceptions See Also