Show / Hide Table of Contents

Class ConfigFile.Downloads

Configuration values related to Downloads.

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

Properties

DownloadFolder

Folder of files to be downloaded to the client

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

DownloadFolderImpersonate

Impersonate as the document archive user when accessing the Download folder

Declaration
public static bool DownloadFolderImpersonate { get; set; }
Property Value
Type Description
Boolean

NewTrayAppUrl

Public address of the url for showing download-page of new TrayApp. Empty value will calculate a default value. Ex: https://online.superoffice.com/cust5566/ErrorPages/NewTrayApp.aspx

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

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
public static int ReportingInterval { get; set; }
Property Value
Type Description
Int32

WebSiteEndPoint

Public address of the web server, including protocol and port. Empty value will calculate a default value. Ex: https://online.superoffice.com:443

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

WebToolVersion

The version number to use for upgrade check.

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