SwitchExcludeFilename.

SwitchExcludeFilename(string, RecurseType) Constructor

Summary

Initializes a new instance of the SwitchExcludeFilename class.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Switches
Containing Type
SwitchExcludeFilename

Syntax

public SwitchExcludeFilename(string wildcard, RecurseType recurseType = null)

Parameters

Name Type Description
wildcard string The wildcard.
recurseType RecurseType Type of the recurse.

Return Value

Type Description
void