SwitchRecurseSubdirectories Class

Summary

-r (Recurse subdirectories) switch.

Specifies the method of treating wildcards and filenames on the command line.

Namespace
Cake.SevenZip.Switches
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["ISwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISwitch" Type["SwitchRecurseSubdirectories"] class Type type-node

Syntax

public class SwitchRecurseSubdirectories : ISwitch

Constructors

Name Summary
SwitchRecurseSubdirectories(RecurseType) Initializes a new instance of the SwitchRecurseSubdirectories class.

Methods

Name Value Summary
BuildArguments(ProcessArgumentBuilder) void
Builds the arguments using the builder.

See Also

GitHub Discussion