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