NAnt SDK Documentation - v0.92

ZipFileSet Class

A ZipFileSet is a FileSet with extra attributes useful in the context of the ZipTask.

For a list of all members of this type, see ZipFileSet Members.

System.Object
   NAnt.Core.Element
      NAnt.Core.DataTypeBase
         NAnt.Core.Types.FileSet
            NAnt.Compression.Types.ZipFileSet

[Visual Basic]
<ElementName(Name:="zipfileset")>
Public Class ZipFileSet
    Inherits FileSet
[C#]
[ElementName(Name="zipfileset")]
public class ZipFileSet : FileSet

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Compression.Types

Assembly: NAnt.CompressionTasks (in NAnt.CompressionTasks.dll)

See Also

ZipFileSet Members | NAnt.Compression.Types Namespace