SwitchFullyQualifiedFilePathsBuilder.

WithFullyQualifiedFilePaths<T>(T, bool) Method

Summary

fluent setter for FullyQualifiedFilePaths.

Syntax

public static T WithFullyQualifiedFilePaths<T>(this T this, bool includeDriveLetters) 
    where T : ISupportSwitchBuilder<ISupportSwitchFullyQualifiedFilePaths>

Attributes

Type Description
NullableContextAttribute

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.