Click or drag to resize

ModelCollectionTIndexOf Method

Returns the first occurence of the specified item.

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

Parameters

id
Type: SystemString
Item ID.

Return Value

Type: Int32
Zero-based item index or -1 if item has not been found.
See Also