MoveTask.

CopyFileSet Property

Summary

Used to select the files to move. To use a NAnt.Core.Types.FileSet, the NAnt.Core.Tasks.MoveTask.ToDirectory attribute must be set.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
MoveTask

Syntax

[BuildElement("fileset")]
public override FileSet CopyFileSet { 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
FileSet