SftpBatchTransferProblemDetectedEventArgs.NewName Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
NewName
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.
Declaration
public string NewName { get; set; }
Property Value
Type | Description |
---|---|
String | New name. |