NetXP 3.0 Reference

WNetNodeCollection.IndexOf Method 

Gets the index of an item.

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

Parameters

item
The item.

Return Value

The index of the item.

See Also

WNetNodeCollection Class | NETXP.Library Namespace