CakeLicenseHeaderUpdaterSettings.

FileFilter Property

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.

Syntax

public Func<FilePath, bool> FileFilter { get; set; }

Value

Type Description
Func<FilePath, bool>