Class ConfigFile.CustomerService
Configuration values for accessing Customer Service
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.CustomerService
Properties
CsCgiUrl
Base path for CustomerService as accessed from browser when accessed from internet and public urls. Like customer center or links in mailings (Online only)
Declaration
public static string CsCgiUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CsCgiUrlDirect
Base path for CustomerService as accessed from NetServer (Back-channel) (Online only)
Declaration
public static string CsCgiUrlDirect { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CsCgiUrlInternal
Base path for CustomerService as used by an internal employee working with service (Front-channel from associate) (Online only)
Declaration
public static string CsCgiUrlInternal { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CsDomain
The Active Directory Domain this user belongs to
Declaration
public static string CsDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CsPassword
The password
Declaration
public static string CsPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CsUserName
The username to impersonate
Declaration
public static string CsUserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImpersonateCsUser
Impersonate a specific (Windows Domain) user when using Customer Service API
Declaration
public static bool ImpersonateCsUser { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MailDomain
Mail domain used in Customer Service
Declaration
public static string MailDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |