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