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