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