NetXP 3.0 Reference

WNetNodeCollection.Add Method 

Adds an item to the collection.

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

Parameters

item
The item to add.

Return Value

The index where the item was added.

See Also

WNetNodeCollection Class | NETXP.Library Namespace