Click or drag to resize

ModelCollectionTFind Method

Finds item by its ID.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public T Find(
	string id
)

Parameters

id
Type: SystemString
Item ID.

Return Value

Type: T
Found item or null (Nothing in Visual Basic) if item wasn't found.
See Also