Gets or sets the new name for the currently processed file or directory.
If the currently selected action is set to Rename, this property has to be set; otherwise it is ignored.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Property NewName As String Get Set |
| C# |
|---|
public string NewName { get; set; } |