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 DBC.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

TempLicense

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

Declaration
public const string TempLicense = "temp_license"
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

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