Summary
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.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchOutputDirectory"]
class Type type-node
Implementing0["ExtractCommand"]-.->Type
click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand"
Syntax
public interface ISupportSwitchOutputDirectory : ISupportSwitch
Properties
Name | Value | Summary |
---|---|---|
OutputDirectory | Switch |
Gets or sets the SwitchOutputDirectory.
|