FtpItemCollection.ICollection<FtpItem>.Remove Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
ICollection<FtpItem>.Remove(FtpItem)
Removes the specified item from the collection.
Declaration
bool ICollection<FtpItem>.Remove(FtpItem item)
Parameters
| Type | Name | Description | 
|---|---|---|
| FtpItem | item | The item to remove from the collection.  | 
    
Returns
| Type | Description | 
|---|---|
| Boolean | True if item was successfully removed from the collection; false otherwise.  |