FileSet.ExcludesFile.

FileSet.

PatternFile Property

Summary

The name of a file; each line of this file is taken to be a pattern.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
FileSet.ExcludesFile

Syntax

[TaskAttribute("name", Required = true)]
[StringValidator(AllowEmpty = false)]
public FileInfo PatternFile { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
StringValidatorAttribute Used to indicate whether a string property should allow an empty string value or not.

Value

Type Description
FileInfo