SwitchExcludeArchiveFilename Class

Summary

-ax (Exclude archive filenames) switch.

Specifies archives to be excluded from the operation. Multiple exclude archive 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["SwitchExcludeArchiveFilename"] class Type type-node

Syntax

public class SwitchExcludeArchiveFilename : ISwitch

Constructors

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

Methods

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

See Also

GitHub Discussion