ISupportSwitchArchiveType Interface

Summary

Command supports switch -t (set Type of archive).

The Switch is SwitchArchiveType.

The Builder is SwitchArchiveTypeBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchArchiveType"] class Type type-node Implementing0["ListCommand"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand" Implementing1["ExtractCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand" Implementing2["UpdateCommand"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand" Implementing3["AddCommand"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"

Syntax

public interface ISupportSwitchArchiveType : ISupportSwitch

Properties

Name Value Summary
ArchiveType SwitchArchiveType?
Gets or sets the SwitchArchiveType.

See Also

GitHub Discussion