FtpItemCollection.Add Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 8.0.9673)
Add(FtpItem)
Adds the specified item to the collection.
Declaration
public void Add(FtpItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| FtpItem | item | The item to be added to the collection. |