This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.7zip.
Summary
Syntax
public static T WithIncludeArchiveFilenames<T>(this T this, string fileNameWildcard, params string[] additional)
where T : ISupportSwitchBuilder<ISupportSwitchIncludeArchiveFilenames>
Type Parameters
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. |