Summary
fluent setter for
FullyQualifiedFilePaths
.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- Switch
Fully Qualified File Paths Builder
Syntax
public static T WithFullyQualifiedFilePaths<T>(this T this, bool includeDriveLetters)
where T : ISupportSwitchBuilder<ISupportSwitchFullyQualifiedFilePaths>
Type Parameters
Name | Description |
---|---|
T | the builder to support the ISupportSwitchFullyQualifiedFilePaths . |
Parameters
Name | Type | Description |
---|---|---|
this | T | The builder-instance. |
includeDriveLetters | bool | Whether to include drive-letters or not. |
Return Value
Type | Description |
---|---|
T | The builder-instance for fluent re-use. |