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

ZipTask.ZipLevel Property

[This is preliminary documentation and subject to change.]

Desired level of compression. Possible values are 0 (STORE only) to 9 (highest). The default is 6.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="ziplevel", ExpandProperties:=True, ProcessXml:=True), _  Int32Validator(MinValue:=0, MaxValue:=9, Base:=10)>
Public Property ZipLevel As Integer
[C#]
[TaskAttribute(Required=False, Name="ziplevel", ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=0, MaxValue=9, Base=10)]
public int ZipLevel {get; set;}

Remarks

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

See Also

ZipTask Class | NAnt.Compression.Tasks Namespace