Interface ConfigFile.IDownloadsConfiguration
Configuration values related to Downloads. Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IDownloadsConfiguration
Properties
ReportingInterval
The interval (in seconds) which the web-installation will require activity udpates from WebTools-clients in order for the clients to be considered active.
Declaration
int ReportingInterval { get; set; }
Property Value
Type | Description |
---|---|
int |
WebToolVersion
The version number to use for upgrade check.
Declaration
string WebToolVersion { get; set; }
Property Value
Type | Description |
---|---|
string |