ISupportSwitchRecurseSubdirectories Interface

Summary

Command supports switch -r (Recurse subdirectories).

The Switch is SwitchRecurseSubdirectories.

The Builder is SwitchRecurseSubdirectoriesBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchRecurseSubdirectories"] 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["RenameCommand"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand" Implementing4["HashCommand"]-.->Type click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand" Implementing5["AddCommand"]-.->Type click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand" Implementing6["TestCommand"]-.->Type click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand" Implementing7["DeleteCommand"]-.->Type click Implementing7 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"

Syntax

public interface ISupportSwitchRecurseSubdirectories : ISupportSwitch

Properties

Name Value Summary
RecurseSubdirectories SwitchRecurseSubdirectories?
Gets or sets the SwitchRecurseSubdirectories.

See Also

GitHub Discussion