Summary
fluent setter for
ISupportSwitchExcludeFilenames
.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- Switch
Exclude Filenames Builder
Syntax
public static T WithExcludeFilenames<T>(this T this, RecurseType type, string fileNameWildcard, params string[] additional)
where T : ISupportSwitchBuilder<ISupportSwitchExcludeFilenames>
Type Parameters
Name | Description |
---|---|
T | the builder to support the ISupportSwitchExcludeFilenames . |
Parameters
Name | Type | Description |
---|---|---|
this | T | The builder-instance. |
type | RecurseType | The RecurseType . |
fileNameWildcard | string | The filename-wildcard. |
additional | string[] | Additional filename-wildcards. |
Return Value
Type | Description |
---|---|
T | The builder-instance for fluent re-use. |