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.LicenseHeaderUpdater.
Summary
Override this to filter files to process.
The function passes in a
FilePath
,
and if we should add a header to the top of this file, have this function
return true, otherwise have it return false.
If this is set to null, it will process ALL files.
- Assembly
- Cake
. License Header Updater .dll - Namespace
- Cake
. License Header Updater - Containing Type
- Cake
License Header Updater Settings
Syntax
public Func<FilePath, bool> FileFilter { get; set; }
Value
Type | Description |
---|---|
Func |