Table of Contents

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 = 0

Overwrites the existing output.

Rename = 1

Renames the new output to avoid conflicts.

Skip = 2

Skips the conversion if output already exists.