Click or drag to resize

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
Members
  Member nameValueDescription
All65535All kind of configuration and app library files
Config15All configuration files (Bench, User, Site)
AppLib240All app library index files
AppSelection3840All app selection lists (Activation, Deactivation)
BenchConfig1The built-in Bench configuration file
UserConfig2The user configuration file
SiteConfig4A site configuration file
BenchAppLib16An index file of a loaded app library
UserAppLib32The index file of the user app library
Activation256The app activation list file
Deactivation512The app deactivation list file
See Also