Command supports switch -o (set Output directory).
The Switch is SwitchOutputDirectory.
The Builder is SwitchOutputDirectoryBuilder.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ISupportSwitch"]
click Interface0 "/cake-test/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchOutputDirectory"]
class Type type-node
Implementing0["ExtractCommand"]-.->Type
click Implementing0 "/cake-test/api/Cake.SevenZip.Commands/ExtractCommand"
Syntax
public interface ISupportSwitchOutputDirectory : ISupportSwitch
Properties
| Name | Property Type | Summary |
|---|---|---|
| OutputDirectory | Switch |
Gets or sets the SwitchOutputDirectory.
|