| ConfigurationFileType Enumeration |
The different kinds of configuration and app library files.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax [FlagsAttribute]
public enum ConfigurationFileType
<FlagsAttribute>
Public Enumeration ConfigurationFileType
Members
| Member name | Value | Description |
---|
| All | 65535 | All kind of configuration and app library files |
| Config | 15 | All configuration files (Bench, User, Site) |
| AppLib | 240 | All app library index files |
| AppSelection | 3840 | All app selection lists (Activation, Deactivation) |
| BenchConfig | 1 | The built-in Bench configuration file |
| UserConfig | 2 | The user configuration file |
| SiteConfig | 4 | A site configuration file |
| BenchAppLib | 16 | An index file of a loaded app library |
| UserAppLib | 32 | The index file of the user app library |
| Activation | 256 | The app activation list file |
| Deactivation | 512 | The app deactivation list file |
See Also