CopyTask.

Filters Property

Summary

Chain of filters used to alter the file's content as it is copied.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
CopyTask

Syntax

[BuildElement("filterchain")]
public virtual FilterChain Filters { get; set; }

Attributes

Type Description
BuildElementAttribute Indicates that the property should be treated as an XML element and further processing should be done.

Value

Type Description
FilterChain