DeleteTask.

DeleteFileSet Property

Summary

All the files in the file set will be deleted.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
DeleteTask

Syntax

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