Show / Hide Table of Contents

Class DBC.ConfigFields

Fields for Config, This table contains certain system-wide configuration values.

Inheritance
Object
DBC.ConfigFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ConfigFields

Fields

AdminMail

Config.AdminMail: The email address to the administrator of the system. E.g. ejournal-admin@company.com.

Declaration
public const string AdminMail = "admin_mail"
Field Value
Type Description
String

AttachmentPath

Config.AttachmentPath: The path to the folder containing the attachments.

Declaration
public const string AttachmentPath = "attachment_path"
Field Value
Type Description
String

Autologout

Config.Autologout: The number of minutes if idle time before a user is logged ut. A zero value means no autologout.

Declaration
public const string Autologout = "autologout"
Field Value
Type Description
String

CgiBin

Config.CgiBin: The cgi-bin alias used to access the executables through HTTP. E.g. '/bin'

Declaration
public const string CgiBin = "cgi_bin"
Field Value
Type Description
String

CgiUrl

Config.CgiUrl: The base URL to the system. E.g. 'http://ejournal.company.com'.

Declaration
public const string CgiUrl = "cgi_url"
Field Value
Type Description
String

CgiUrlInternal

Config.CgiUrlInternal: The internal base URL to the system. E.g. 'http://ejournal.company.com'.

Declaration
public const string CgiUrlInternal = "cgi_url_internal"
Field Value
Type Description
String

ConfigId

Config.ConfigId: The primary key (auto-incremented)

Declaration
public const string ConfigId = "id"
Field Value
Type Description
String

DebugFlags

Config.DebugFlags: A default bitmask of flags controlling debug logging.

Declaration
public const string DebugFlags = "debug_flags"
Field Value
Type Description
String

DefaultMail

Config.DefaultMail: The default from address in emails being sent from the system. E.g. support@company.com.

Declaration
public const string DefaultMail = "default_mail"
Field Value
Type Description
String

FeatureToggle

Config.FeatureToggle: Temporary values used for feature toggles

Declaration
public const string FeatureToggle = "feature_toggle"
Field Value
Type Description
String

Flags

Config.Flags: A bitmask of flags controlling various options.

Declaration
public const string Flags = "flags"
Field Value
Type Description
String

GfxUrl

Config.GfxUrl: The base URL to the graphics files.

Declaration
public const string GfxUrl = "gfx_url"
Field Value
Type Description
String

InstalledAt

Config.InstalledAt: The timestamp of when the system was installed, or last upgraded.

Declaration
public const string InstalledAt = "installed_at"
Field Value
Type Description
String

InstalledBy

Config.InstalledBy: Whoever installed the software.

Declaration
public const string InstalledBy = "installed_by"
Field Value
Type Description
String

Language

Config.Language: The systemlanguage. 'no' or 'en'.

Declaration
public const string Language = "language"
Field Value
Type Description
String

Mailheader

Config.Mailheader: The default header used (i.e. line 1) in outbound email.

Declaration
public const string Mailheader = "mailheader"
Field Value
Type Description
String

MbMaxValue

Config.MbMaxValue: This is the upper (initial) value for the spam-control algorithm, which makes sure that a single email address does not recieve too many emails.

Declaration
public const string MbMaxValue = "mb_max_value"
Field Value
Type Description
String

MbModifier

Config.MbModifier: This is the 'cost' of sending an email, which is subtracted from the mb-value for the given email address. The mb-value is increased with 1 every second.

Declaration
public const string MbModifier = "mb_modifier"
Field Value
Type Description
String

MbThreshold

Config.MbThreshold: This is the treshold value for the spam-contol algorithm. When the value for a given email address is below this value, emails will be blocked.

Declaration
public const string MbThreshold = "mb_threshold"
Field Value
Type Description
String

PanicMail

Config.PanicMail: The email address to where error messages are sent. Normally error@superoffice.com.

Declaration
public const string PanicMail = "panic_mail"
Field Value
Type Description
String

Simautologout

Config.Simautologout: The number of minutes if idle time before a simultaneus user is logged ut. A zero value means no autologout.

Declaration
public const string Simautologout = "simautologout"
Field Value
Type Description
String

SmtpHost

Config.SmtpHost: The hostname or IP-address of the SMTP server used for sending email.

Declaration
public const string SmtpHost = "smtp_host"
Field Value
Type Description
String

SmtpPort

Config.SmtpPort: The port of the SMTP server used for sending email.

Declaration
public const string SmtpPort = "smtp_port"
Field Value
Type Description
String

Tag

Config.Tag: The tag used as ticket id identificator in the subject of emails.

Declaration
public const string Tag = "tag"
Field Value
Type Description
String

TemplatePath

Config.TemplatePath: The path to the templates used for the customer front-end.

Declaration
public const string TemplatePath = "template_path"
Field Value
Type Description
String

TempLicense

Config.TempLicense: Temporary license key created for this session.

Declaration
public const string TempLicense = "temp_license"
Field Value
Type Description
String

TextPath

Config.TextPath: The path to the text-folder containing the emailBackup, trashbin, etc. subfolders.

Declaration
public const string TextPath = "text_path"
Field Value
Type Description
String

UniqueId

Config.UniqueId: An ID that should be unique for all eJournal installations.

Declaration
public const string UniqueId = "unique_id"
Field Value
Type Description
String

Version

Config.Version: The version of the installed software.

Declaration
public const string Version = "version"
Field Value
Type Description
String

Warning

Config.Warning: The path + leading filename for the warning logfiles.

Declaration
public const string Warning = "warning"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top