Summary
Command supports switch -ssw (Compress files open for writing).
The Switch is SwitchCompressFilesOpenForWriting
.
The Builder is SwitchCompressFilesOpenForWritingBuilder
.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ISupportSwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchCompressFilesOpenForWriting"]
class Type type-node
Implementing0["AddCommand"]-.->Type
click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"
Implementing1["UpdateCommand"]-.->Type
click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand"
Implementing2["HashCommand"]-.->Type
click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand"
Syntax
public interface ISupportSwitchCompressFilesOpenForWriting : ISupportSwitch
Properties
Name | Value | Summary |
---|---|---|
Compress |
Switch |
Gets or sets the SwitchCompressFilesOpenForWriting.
|