FtpProblemDetectedEventArgs.Rename Method
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9083)
Rename()
Indicate to the sender that the current item should be renamed. New name is generated from the current item according the pattern "filename[number].extension". Inherited from ProblemDetectedEventArgs.
Declaration
public void Rename()
Rename(String)
Indicate to the sender that the current item should be renamed. Inherited from ProblemDetectedEventArgs.
Declaration
public void Rename(string newName)
Parameters
Type | Name | Description |
---|---|---|
String | newName | New name of the item or null (Nothing in Visual Basic) to use generated name according the pattern "filename[number].extension". |