SwitchIncludeFilenamesBuilder.

WithIncludeFilenames<T>(T, RecurseType, string, string[]) Method

Summary

fluent setter for ISupportSwitchIncludeFilenames.

Syntax

public static T WithIncludeFilenames<T>(this T this, RecurseType type, string fileNameWildcard, params string[] additional) 
    where T : ISupportSwitchBuilder<ISupportSwitchIncludeFilenames>

Type Parameters

Name Description
T the builder to support the ISupportSwitchIncludeFilenames.

Parameters

Name Type Description
this T The builder-instance.
type RecurseType The RecurseType.
fileNameWildcard string The filename-wildcard.
additional string[] Additional filename-wildcards.

Return Value

Type Description
T The builder-instance for fluent re-use.