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