Summary
Command supports switch -r (Recurse subdirectories).
The Switch is SwitchRecurseSubdirectories
.
The Builder is SwitchRecurseSubdirectoriesBuilder
.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ISupportSwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchRecurseSubdirectories"]
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 ISupportSwitchRecurseSubdirectories : ISupportSwitch
Properties
Name | Value | Summary |
---|---|---|
Recurse |
Switch |
Gets or sets the SwitchRecurseSubdirectories.
|