Show / Hide Table of Contents

Class ConfigFile.Client

Configuration values related to client configuration, extension of ClientConfigurationProvider

Inheritance
Object
ConfigFile.Client
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 Client

Properties

ApplicationInstance

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

ApplicationName

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
Int32

ExportPageSize

Obsolete, no longer in use. See ExportRowLimit and ExportBatchTaskThreshold

Declaration
public static int ExportPageSize { get; set; }
Property Value
Type Description
Int32

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
Int32

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

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
Boolean

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
Int32

UrlSchemeOverride

Overridden value of sheme (HTTP or HTTPS

Declaration
public static string UrlSchemeOverride { 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
Boolean

WWW3Url

The root-URL of the global SuperOffice www3 host.

Declaration
public static string WWW3Url { get; set; }
Property Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top