Click or drag to resize

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

Parameters

itemID
Type: SystemString
Item identifier.

Type Parameters

T
Item type.

Return Value

Type: T
Existing item or null (Nothing in Visual Basic) if the given item cannot be retrieved.
Exceptions
ExceptionCondition
ArgumentNullExceptionitemID is null.
ArgumentExceptionitemID is an empty string.
Remarks