Command supports switch -i (Include filenames).
The Switch is SwitchIncludeFilenameCollection.
The Builder is SwitchIncludeFilenamesBuilder.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ISupportSwitch"]
click Interface0 "/cake-test/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchIncludeFilenames"]
class Type type-node
Implementing0["RenameCommand"]-.->Type
click Implementing0 "/cake-test/api/Cake.SevenZip.Commands/RenameCommand"
Implementing1["AddCommand"]-.->Type
click Implementing1 "/cake-test/api/Cake.SevenZip.Commands/AddCommand"
Implementing2["UpdateCommand"]-.->Type
click Implementing2 "/cake-test/api/Cake.SevenZip.Commands/UpdateCommand"
Implementing3["ExtractCommand"]-.->Type
click Implementing3 "/cake-test/api/Cake.SevenZip.Commands/ExtractCommand"
Implementing4["HashCommand"]-.->Type
click Implementing4 "/cake-test/api/Cake.SevenZip.Commands/HashCommand"
Implementing5["ListCommand"]-.->Type
click Implementing5 "/cake-test/api/Cake.SevenZip.Commands/ListCommand"
Implementing6["TestCommand"]-.->Type
click Implementing6 "/cake-test/api/Cake.SevenZip.Commands/TestCommand"
Implementing7["DeleteCommand"]-.->Type
click Implementing7 "/cake-test/api/Cake.SevenZip.Commands/DeleteCommand"
Syntax
public interface ISupportSwitchIncludeFilenames : ISupportSwitch
Properties
| Name | Property Type | Summary |
|---|---|---|
| IncludeFilenames | Switch |
Gets or sets the SwitchIncludeFilenameCollection.
|