Overwrite |
public enum OverwriteBehavior
| Member name | Value | Description |
|---|---|---|
| Skip | 0 | Specifies that the existing item should be kept and the new item should not be copied or moved. This is the default behavior. |
| Overwrite | 1 | Specifies that the existing item should be overwritten with the new item, regardless of type or other conditions. |
| Rename | 2 | Specifies that the new item should be renamed if an item with the same name already exists in the target location. |
The OverwriteBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |