SwitchIncludeArchiveFilename Class

Summary

-ai (Include archive filenames) switch.

Specifies additional include archive 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["SwitchIncludeArchiveFilename"] class Type type-node

Syntax

public class SwitchIncludeArchiveFilename : ISwitch

Constructors

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

Methods

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

See Also

GitHub Discussion