Class ConfigFile.Client
Configuration values related to client configuration, extension of ClientConfigurationProvider
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Client
Properties
ApplicationInstance
Configuration values related to client configuration, extension of ClientConfigurationProvider
Declaration
public static string ApplicationInstance { get; set; }
Property Value
Type | Description |
---|---|
string |
ApplicationName
Configuration values related to client configuration, extension of ClientConfigurationProvider
Declaration
public static string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
string |
ApplicationTitle
Application title
Declaration
public static string ApplicationTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
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
Type | Description |
---|---|
string |
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
Type | Description |
---|---|
int |
ExportPageSize
Obsolete, no longer in use. See ExportRowLimit and ExportBatchTaskThreshold
Declaration
public static int ExportPageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
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
Type | Description |
---|---|
int |
GoogleImportClientId
Client ID when importing from google
Declaration
public static string GoogleImportClientId { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleImportClientSecret
Client secret when importing from google
Declaration
public static string GoogleImportClientSecret { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleImportDispatcher
url to import from google
Declaration
public static string GoogleImportDispatcher { get; set; }
Property Value
Type | Description |
---|---|
string |
HelpFilesBaseUrl
Override the help files location - to support local deployments.
Declaration
public static string HelpFilesBaseUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
IdleTimeout
Idle detection threshold in minutes. When exceeded user is logged out. Default is off.
Declaration
public static int IdleTimeout { get; set; }
Property Value
Type | Description |
---|---|
int |
LiveUiEventLimit
Max amount of UI events to be stored on a backend.
Declaration
public static int LiveUiEventLimit { get; set; }
Property Value
Type | Description |
---|---|
int |
LiveUiPollingInterval
Interval (in seconds) defining how often UI events should be polled.
Declaration
public static int LiveUiPollingInterval { get; set; }
Property Value
Type | Description |
---|---|
int |
MasterDcfConfigHashKeyFormat
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
Type | Description |
---|---|
string |
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
Type | Description |
---|---|
string |
NetServicesStatusUrl
Override the default NetServices Status URL with this value. Useful for testing.
Declaration
public static string NetServicesStatusUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ShowWelcomeDialogs
Allow automated tests to disable webtools and welcome dialogs.
Declaration
public static bool ShowWelcomeDialogs { get; set; }
Property Value
Type | Description |
---|---|
bool |
UrlHostOverride
Overridden value of host, like: online.superoffice.com
Declaration
public static string UrlHostOverride { get; set; }
Property Value
Type | Description |
---|---|
string |
UrlPortOverride
Overridden value of port, like: 80 or 443
Declaration
public static int UrlPortOverride { get; set; }
Property Value
Type | Description |
---|---|
int |
UrlSchemeOverride
Overridden value of sheme (HTTP or HTTPS
Declaration
public static string UrlSchemeOverride { get; set; }
Property Value
Type | Description |
---|---|
string |
WWW3Url
The root-URL of the global SuperOffice www3 host.
Declaration
public static string WWW3Url { get; set; }
Property Value
Type | Description |
---|---|
string |
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
Type | Description |
---|---|
bool |