Summary
fluent setter for
Archive
.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- Argument
Archive Builder
Syntax
public static T WithArchive<T>(this T this, FilePath archive)
where T : ISupportArgumentBuilder<IHaveArgumentArchive>
Type Parameters
Name | Description |
---|---|
T | the builder to support the IHaveArgumentArchive . |
Parameters
Name | Type | Description |
---|---|---|
this | T | The builder-instance. |
archive | FilePath | The archive to operate on. |
Return Value
Type | Description |
---|---|
T | The builder-instance for fluent re-use. |