FluentSPCAFSettings.

WithFilters(string) Method

Summary

List of regular expressions, separated by a semicolon which is applied as filters for the input files.
Assembly
Cake.SPCAF.dll
Namespace
Cake.SPCAF
Containing Type
FluentSPCAFSettings

Syntax

public FluentSPCAFSettings WithFilters(string filters)

Parameters

Name Type Description
filters string List of regular expression.

Return Value

Type Description
FluentSPCAFSettings The FluentSPCAFSettings instance for fluent re-use.