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