Sitecore 5.1.1 API
ItemCollection.IndexOf Method
[Visual Basic]
Public Function IndexOf( _
ByVal
item
As
Item
_
) As
Integer
[C#]
public
int
IndexOf(
Item
item
);
See Also
ItemCollection Class
|
Sitecore.Collections Namespace