ISupportSwitchDeleteAfterCompression Interface

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-test/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchDeleteAfterCompression"] class Type type-node Implementing0["AddCommand"]-.->Type click Implementing0 "/cake-test/api/Cake.SevenZip.Commands/AddCommand"

Syntax

public interface ISupportSwitchDeleteAfterCompression : ISupportSwitch

Properties

Name Property Type Summary
DeleteAfterCompression SwitchDeleteAfterCompression
Gets or sets the SwitchDeleteAfterCompression.

See Also