Show / Hide Table of Contents

Class ConfigFile.CustomerService

Configuration values for accessing Customer Service

Inheritance
object
ConfigFile.CustomerService
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top