Show / Hide Table of Contents

Class ConfigFile.ClientConfigurationProvider

Configuration for the Web Client configuration data provider

Inheritance
object
ConfigFile.ClientConfigurationProvider
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top