MoveTask.

Filters Property

Summary

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

Syntax

[BuildElement("filterchain")]
public override 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