Summary
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.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchIncludeFilenames"]
class Type type-node
Implementing0["AddCommand"]-.->Type
click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"
Implementing1["TestCommand"]-.->Type
click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand"
Implementing2["RenameCommand"]-.->Type
click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand"
Implementing3["ListCommand"]-.->Type
click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand"
Implementing4["ExtractCommand"]-.->Type
click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand"
Implementing5["UpdateCommand"]-.->Type
click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand"
Implementing6["DeleteCommand"]-.->Type
click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"
Implementing7["HashCommand"]-.->Type
click Implementing7 "/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand"
Syntax
public interface ISupportSwitchIncludeFilenames : ISupportSwitch
Properties
Name | Value | Summary |
---|---|---|
IncludeFilenames | Switch |
Gets or sets the SwitchIncludeFilenameCollection.
|