Table of Contents

Enum TigerCliFileOverwrite

Namespace
ItTiger.TigerCli.Commands
Assembly
ItTiger.TigerCli.dll
Controls whether a TigerCliFileSaveAttribute option may resolve to an existing file.
public enum TigerCliFileOverwrite

Fields

Allow = 2
Accepts an existing file without asking.
Deny = 0
Rejects an existing file unless the configured overwrite option is true.
Prompt = 1
Asks in semi-interactive mode and rejects in non-interactive mode unless the configured overwrite option is true.