Sitecore 5.0 API

ItemCollection.IndexOf Method 

Indexs the of.

[Visual Basic]
Public Function IndexOf( _
   ByVal item As Item _
) As Integer
[C#]
public int IndexOf(
   Item item
);

Parameters

item
Item.

See Also

ItemCollection Class | Sitecore.Collections Namespace