NAnt SDK Documentation - v0.85-nightly-2005-11-09

DeleteTask.DeleteFileSet Property

[This is preliminary documentation and subject to change.]

All the files in the file set will be deleted.

[Visual Basic]
<BuildElement(Name:="fileset", Required:=False, ProcessXml:=True)>
Public Property DeleteFileSet As FileSet
[C#]
[BuildElement(Name="fileset", Required=False, ProcessXml=True)]
public NAnt.Core.Types.FileSet DeleteFileSet {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.DeleteTask.DeleteFileSet

See Also

DeleteTask Class | NAnt.Core.Tasks Namespace