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