Summary
Command supports switch -ao (Overwrite mode).
The Switch is SwitchOverwriteMode
.
The Builder is SwitchOverwriteModeBuilder
.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ISupportSwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchOverwriteMode"]
class Type type-node
Implementing0["ExtractCommand"]-.->Type
click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand"
Syntax
public interface ISupportSwitchOverwriteMode : ISupportSwitch
Properties
Name | Value | Summary |
---|---|---|
OverwriteMode | SwitchOverwriteMode? |
Gets or sets the SwitchOverwriteMode.
|