DuplicateHandling Enum

Summary

Specifies how entries with the same name should be processed.
Assembly
NAnt.Compression.dll
Namespace
NAnt.Compression.Types
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["DuplicateHandling"] class Type type-node

Syntax

[TypeConverter(typeof(DuplicateHandlingConverter))]
public enum DuplicateHandling

Attributes

Type Description
TypeConverterAttribute

Fields

Name Constant Value Summary
Add 0
Overwrite existing entry with same name.
static
Fail 2
Report failure when two entries have the same name.
static
Preserve 1
Preserve existing entry with the same name.
static