SftpItemCollection.Add Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
Add(SftpItem)
Adds the item to the collection.
Declaration
public void Add(SftpItem item)
Parameters
Type | Name | Description |
---|---|---|
SftpItem | item | The item to be added to the collection. |
Implements
Add(FileSystemItem)
Adds the specified item to the collection. Inherited from FileSystemItemCollection.
Declaration
public virtual void Add(FileSystemItem item)
Parameters
Type | Name | Description |
---|---|---|
FileSystemItem | item | The item to be added to the collection. |