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.SPCAF.
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. |