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
fluent setter for
ISupportSwitchOverwriteMode
.
- Assembly
- Cake
.7zip .dll - Namespace
- Cake
.SevenZip .Builder - Containing Type
- Switch
Overwrite Mode Builder
Syntax
public static T WithOverwriteMode<T>(this T this, OverwriteMode mode)
where T : ISupportSwitchBuilder<ISupportSwitchOverwriteMode>
Attributes
Type | Description |
---|---|
Nullable |
Type Parameters
Name | Description |
---|---|
T | the builder to support the ISupportSwitchOverwriteMode . |
Parameters
Name | Type | Description |
---|---|---|
this | T | The builder-instance. |
mode | OverwriteMode | The OverwriteMode to set. |
Return Value
Type | Description |
---|---|
T | The builder-instance for fluent re-use. |