SftpProblemDetectedEventArgs.Rename Method
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9147)
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 Problem
Declaration
public void Rename()
Rename(String)
Indicate to the sender that the current item should be renamed.
Inherited from Problem
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". |