Show / Hide Table of Contents

Interface ConfigFile.IClientConfiguration

Configuration values related to client configuration, extension of ClientConfigurationProvider Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IClientConfiguration

Properties

ApplicationInstance

Configuration values related to client configuration, extension of ClientConfigurationProvider Created in Database scope

Declaration
string ApplicationInstance { get; set; }
Property Value
Type Description
string

ApplicationName

Configuration values related to client configuration, extension of ClientConfigurationProvider Created in Database scope

Declaration
string ApplicationName { get; set; }
Property Value
Type Description
string

ApplicationTitle

Application title

Declaration
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
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
int ExportBatchTaskThreshold { get; set; }
Property Value
Type Description
int

ExportPageSize

Obsolete, no longer in use. See ExportRowLimit and ExportBatchTaskThreshold

Declaration
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
int ExportRowLimit { get; set; }
Property Value
Type Description
int

GoogleImportClientId

Client ID when importing from google

Declaration
string GoogleImportClientId { get; set; }
Property Value
Type Description
string

GoogleImportClientSecret

Client secret when importing from google

Declaration
string GoogleImportClientSecret { get; set; }
Property Value
Type Description
string

GoogleImportDispatcher

url to import from google

Declaration
string GoogleImportDispatcher { get; set; }
Property Value
Type Description
string

HelpFilesBaseUrl

Override the help files location - to support local deployments.

Declaration
string HelpFilesBaseUrl { get; set; }
Property Value
Type Description
string

HighchartsExportServiceUrl

URL to the Highcharts export service

Declaration
string HighchartsExportServiceUrl { get; set; }
Property Value
Type Description
string

IdleTimeout

Idle detection threshold in minutes. When exceeded user is logged out. Default is off.

Declaration
int IdleTimeout { get; set; }
Property Value
Type Description
int

LiveUiEventLimit

Max amount of UI events to be stored on a backend.

Declaration
int LiveUiEventLimit { get; set; }
Property Value
Type Description
int

LiveUiPollingInterval

Interval (in seconds) defining how often UI events should be polled.

Declaration
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
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
string NetServicesNextDate { get; set; }
Property Value
Type Description
string

NetServicesStatusUrl

Override the default NetServices Status URL with this value. Useful for testing.

Declaration
string NetServicesStatusUrl { get; set; }
Property Value
Type Description
string

ShowWelcomeDialogs

Allow automated tests to disable webtools and welcome dialogs.

Declaration
bool ShowWelcomeDialogs { get; set; }
Property Value
Type Description
bool

SynchronizerSettingsUrl

URL to InfoBridge Synchronizer Settings

Declaration
string SynchronizerSettingsUrl { get; set; }
Property Value
Type Description
string

UrlHostOverride

Overridden value of host, like: online.superoffice.com

Declaration
string UrlHostOverride { get; set; }
Property Value
Type Description
string

UrlPortOverride

Overridden value of port, like: 80 or 443

Declaration
int UrlPortOverride { get; set; }
Property Value
Type Description
int

UrlSchemeOverride

Overridden value of sheme (HTTP or HTTPS

Declaration
string UrlSchemeOverride { get; set; }
Property Value
Type Description
string

WWW3Url

The root-URL of the global SuperOffice www3 host.

Declaration
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
bool WebAppUsage { get; set; }
Property Value
Type Description
bool

Methods

GetHelpDispatcherUrl()

Configuration values related to client configuration, extension of ClientConfigurationProvider Created in Database scope

Declaration
string GetHelpDispatcherUrl()
Returns
Type Description
string

GetHelpFilesAdminBaseUrl()

Configuration values related to client configuration, extension of ClientConfigurationProvider Created in Database scope

Declaration
string GetHelpFilesAdminBaseUrl()
Returns
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top