FtpItemCollection.Remove Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 8.0.9673)
Remove(FtpItem)
Removes the specified item from the collection. Fails if not found.
Declaration
public void Remove(FtpItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| FtpItem | item | The item to remove from the collection. |
Remove(String)
Removes the item with the specified path from the collection.
Declaration
public void Remove(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path |