Summary
Command supports switch -sdel (Delete files after compression).
The Switch is SwitchDeleteAfterCompression
.
The Builder is SwitchDeleteAfterCompressionBuilder
.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ISupportSwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchDeleteAfterCompression"]
class Type type-node
Implementing0["AddCommand"]-.->Type
click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"
Syntax
public interface ISupportSwitchDeleteAfterCompression : ISupportSwitch
Properties
Name | Value | Summary |
---|---|---|
Delete |
Switch |
Gets or sets the SwitchDeleteAfterCompression.
|