Show / Hide Table of Contents

Interface ConfigFile.ICustomerServiceConfiguration

Configuration values for accessing Customer Service Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ICustomerServiceConfiguration

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
string CsCgiUrl { get; set; }
Property Value
Type Description
string

CsCgiUrlDirect

Base path for CustomerService as accessed from NetServer (Back-channel) (Online only)

Declaration
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
string CsCgiUrlInternal { get; set; }
Property Value
Type Description
string

CsDomain

The Active Directory Domain this user belongs to

Declaration
string CsDomain { get; set; }
Property Value
Type Description
string

CsPassword

The password

Declaration
string CsPassword { get; set; }
Property Value
Type Description
string

CsUserName

The username to impersonate

Declaration
string CsUserName { get; set; }
Property Value
Type Description
string

ImpersonateCsUser

Impersonate a specific (Windows Domain) user when using Customer Service API

Declaration
bool ImpersonateCsUser { get; set; }
Property Value
Type Description
bool

MailDomain

Mail domain used in Customer Service

Declaration
string MailDomain { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top