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 ClientConfigurationProvider

Properties

CacheConfigurations

Should GUI config data be cached?

Declaration
public static bool CacheConfigurations { get; set; }
Property Value
Type Description
Boolean

CacheUserPreferences

Should GUI config data be cached?

Declaration
public static bool CacheUserPreferences { get; set; }
Property Value
Type Description
Boolean

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
Boolean
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top