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

ZipTask.ZipFileSets Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

Missing <remarks> documentation for P:NAnt.Compression.Tasks.ZipTask.ZipFileSets

See Also

ZipTask Class | NAnt.Compression.Tasks Namespace