SftpProblemDetectedEventArgs.Overwrite Method
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9083)
Overwrite()
Indicate to the sender that the current item should be overwritten. Inherited from ProblemDetectedEventArgs.
Declaration
public void Overwrite()
Overwrite(OverwriteCondition)
Indicate to the sender that the current item should be overwritten if the specified condition is met. Inherited from ProblemDetectedEventArgs.
Declaration
public void Overwrite(OverwriteCondition condition)
Parameters
Type | Name | Description |
---|---|---|
OverwriteCondition | condition | Condition for the overwrite. |