| ModelManagerReadT Method (String) |
Reads a single item from the current collection.
Namespace:
Dynamicweb.Analytics.Model
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public T Read<T>(
string itemID
)
where T : new(), ISerializableModel
Public Function Read(Of T As {New, ISerializableModel}) (
itemID As String
) As T
Parameters
- itemID
- Type: SystemString
Item identifier.
Type Parameters
- T
- Item type.
Return Value
Type:
TExisting item or null (Nothing in Visual Basic) if the given item cannot be retrieved.
Exceptions Remarks See Also