Enum OutputExistsBehavior
- Namespace
- combit.Reporting.ProjectConverter
- Assembly
- combit.ListLabel31.ProjectConverter.dll
Defines the behavior when an output already exists during project conversion.
public enum OutputExistsBehavior
Fields
Overwrite = 0Overwrites the existing output.
Rename = 1Renames the new output to avoid conflicts.
Skip = 2Skips the conversion if output already exists.