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

DuplicateHandling Enumeration

[This is preliminary documentation and subject to change.]

Specifies how entries with the same name should be processed.

[Visual Basic]
Public Enum DuplicateHandling
[C#]
public enum DuplicateHandling

Remarks

Missing <remarks> documentation for T:NAnt.Compression.Types.DuplicateHandling

Members

Member Name Description
Add Overwrite existing entry with same name.
Preserve Preserve existing entry with the same name.
Fail Report failure when two entries have the same name.

Requirements

Namespace: NAnt.Compression.Types

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

See Also

NAnt.Compression.Types Namespace