Class ConfigFile.Client
Configuration values related to client configuration, extension of ClientConfigurationProvider
Inheritance
ConfigFile.Client
Assembly: SoCore.dll
Syntax
public static class Client
Properties
ApplicationInstance
Declaration
public static string ApplicationInstance { get; set; }
Property Value
ApplicationName
Declaration
public static string ApplicationName { get; set; }
Property Value
ApplicationTitle
Declaration
public static string ApplicationTitle { get; set; }
Property Value
ClientCacheKey
Cache key that is appended (if it exists) to the querystring for javascript and css includes
Declaration
public static string ClientCacheKey { get; set; }
Property Value
ExportBatchTaskThreshold
Threshold when an Export is delegated to a Batch Task, rather than being run directly in the Web server
Declaration
public static int ExportBatchTaskThreshold { get; set; }
Property Value
ExportPageSize
Obsolete, no longer in use. See ExportRowLimit and ExportBatchTaskThreshold
Declaration
public static int ExportPageSize { get; set; }
Property Value
ExportRowLimit
Absolute upper limit for number of rows in a file export, such as an Excel Export from Archives
Declaration
public static int ExportRowLimit { get; set; }
Property Value
GoogleImportClientId
Client ID when importing from google
Declaration
public static string GoogleImportClientId { get; set; }
Property Value
GoogleImportClientSecret
Client secret when importing from google
Declaration
public static string GoogleImportClientSecret { get; set; }
Property Value
GoogleImportDispatcher
url to import from google
Declaration
public static string GoogleImportDispatcher { get; set; }
Property Value
HelpFilesBaseUrl
Override the help files location - to support local deployments.
Declaration
public static string HelpFilesBaseUrl { get; set; }
Property Value
The format key used to generate a unique DCF page config hash. {0} = MachineName. {1} = Build-label. {2} = Assembly version. Defaults to {0}.
Declaration
public static string MasterDcfConfigHashKeyFormat { get; set; }
Property Value
NetServicesNextDate
Override the Next Check Date preference for NetServices Status checking. Useful for testing. YYYY.MM.DD
Declaration
public static string NetServicesNextDate { get; set; }
Property Value
NetServicesStatusUrl
Override the default NetServices Status URL with this value. Useful for testing.
Declaration
public static string NetServicesStatusUrl { get; set; }
Property Value
Allow automated tests to disable webtools and welcome dialogs.
Declaration
public static bool ShowWelcomeDialogs { get; set; }
Property Value
UrlHostOverride
Overridden value of host, like: online.superoffice.com
Declaration
public static string UrlHostOverride { get; set; }
Property Value
UrlPortOverride
Overridden value of port, like: 80 or 443
Declaration
public static int UrlPortOverride { get; set; }
Property Value
UrlSchemeOverride
Overridden value of sheme (HTTP or HTTPS
Declaration
public static string UrlSchemeOverride { get; set; }
Property Value
WebAppUsage
Enable the collection of Web Client usage statistics (only view usage, no references to actual data)
Declaration
public static bool WebAppUsage { get; set; }
Property Value
WWW3Url
The root-URL of the global SuperOffice www3 host.
Declaration
public static string WWW3Url { get; set; }
Property Value