SwitchIncludeFilename Class

Summary

-i (Include filenames) switch.

Specifies additional include filenames and wildcards. Multiple include switches are supported.

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["SwitchIncludeFilename"] class Type type-node

Syntax

public class SwitchIncludeFilename : ISwitch

Constructors

Name Summary
SwitchIncludeFilename(string, RecurseType?) Initializes a new instance of the SwitchIncludeFilename class.

Methods

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

See Also

GitHub Discussion