Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SnConfigBehavior

This enum represents an SnConfig field behavior. Values can be used as flags.

Index

Enumeration members

AllowFromCommandLine

AllowFromCommandLine: = 1 << 1

Allows a config entry to be specified via command line option. Recommended for non-confidential values

AllowFromConfig

AllowFromConfig: = 1 << 0

Allows a config entry to be stored in a config file. Recommended for non-confidential values

Default

Default: = 0

Default, no special behavior defined. Not allowed to store in a Config file, will be asked as a plain text value

HideConsoleInput

HideConsoleInput: = 1 << 2

The console input will be hidden, when a value is asked. Recommended for confidential values (e.g. password for authentication)

Generated using TypeDoc