FileSet.

SetIncludesList Property

Summary

The files from which a list of patterns or files to include should be obtained.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
FileSet

Syntax

[BuildElementArray("includesList")]
[Obsolete("Use <includesfile> instead.", false)]
public FileSet.IncludesFile[] SetIncludesList { set; }

Attributes

Type Description
BuildElementArrayAttribute Indicates that property should be treated as a XML arrayList
ObsoleteAttribute

Value

Type Description
FileSet.IncludesFile[]