FtpProblemDetectedEventArgs.NewName Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9083)
NewName
Gets the new name for the currently processed file or directory. If the chosen reaction is not Rename, this property is ignored. Inherited from ProblemDetectedEventArgs.
Declaration
public string NewName { get; }
Property Value
Type | Description |
---|---|
String | New name. |