NAnt SDK Documentation - v0.92

ZipTask.ZipFileSets Property

The set of files to be included in the archive.

[Visual Basic]
<BuildElementArray(ElementType:=null, Name:="fileset", Required:=False, ProcessXml:=True)>
Public Property ZipFileSets As ZipFileSetCollection
[C#]
[BuildElementArray(ElementType=null, Name="fileset", Required=False, ProcessXml=True)]
public NAnt.Compression.Types.ZipFileSetCollection ZipFileSets {get; set;}

See Also

ZipTask Class | NAnt.Compression.Tasks Namespace