Class CustomerService.CsUrlType
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public sealed class CsUrlType : Enum
Fields
Direct
Direct url to cs code (whithout going through internet. For Online: ARR Server). Fallback to internal.
Declaration
public const CustomerService.CsUrlType Direct
Field Value
Type | Description |
---|---|
CustomerService.CsUrlType |
External
Base-Url used by external (internet). Like customer center and mailing links
Declaration
public const CustomerService.CsUrlType External
Field Value
Type | Description |
---|---|
CustomerService.CsUrlType |
Internal
Base-Url used by internal employees
Declaration
public const CustomerService.CsUrlType Internal
Field Value
Type | Description |
---|---|
CustomerService.CsUrlType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)