Class ConfigFile.ClientConfigurationProvider
Configuration for the Web Client configuration data provider
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.ClientConfigurationProvider
Properties
CacheConfigurations
Should GUI config data be cached?
Declaration
public static bool CacheConfigurations { get; set; }
Property Value
Type | Description |
---|---|
bool |
CacheUserPreferences
Should GUI config data be cached?
Declaration
public static bool CacheUserPreferences { get; set; }
Property Value
Type | Description |
---|---|
bool |
CustomPaths
List of alternate paths for GUI .config files
Declaration
public static List<string> CustomPaths { get; }
Property Value
Type | Description |
---|---|
List<string> |
FilePath
File path for standard .config files
Declaration
public static string FilePath { get; }
Property Value
Type | Description |
---|---|
string |
ValidateConfigurations
Should GUI config data be validated runtime?
Declaration
public static bool ValidateConfigurations { get; set; }
Property Value
Type | Description |
---|---|
bool |