Summary
    fluent setter for 
		ISupportSwitchIncludeArchiveFilenames.
    - Namespace
 - Cake
.SevenZip .Builder  - Containing Type
 - Switch
Include Archive Filenames Builder  
Syntax
public static T WithIncludeArchiveFilenames<T>(this T this, RecurseType type, string fileNameWildcard, params string[] additional) 
    where T : ISupportSwitchBuilder<ISupportSwitchIncludeArchiveFilenames>
	Type Parameters
| Name | Description | 
|---|---|
| T | the builder to support the ISupportSwitchIncludeArchiveFilenames. | 
					
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. |