Interface ICustomerServiceUrlResolver
Interface defining methods to be implemented for getting CS URLs and paths.
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public interface ICustomerServiceUrlResolver
Methods
GetCgiBin()
Interface defining methods to be implemented for getting CS URLs and paths.
Declaration
string GetCgiBin()
Returns
Type | Description |
---|---|
String | URL (without hostname) to CS scripts folder |
GetCgiUrlDirect()
Interface defining methods to be implemented for getting CS URLs and paths.
Declaration
string GetCgiUrlDirect()
Returns
Type | Description |
---|---|
String |
GetCgiUrlExternal()
Interface defining methods to be implemented for getting CS URLs and paths.
Declaration
string GetCgiUrlExternal()
Returns
Type | Description |
---|---|
String | External URL (hostname only) to CS |
GetCgiUrlInternal()
Interface defining methods to be implemented for getting CS URLs and paths.
Declaration
string GetCgiUrlInternal()
Returns
Type | Description |
---|---|
String | Internal URL (hostname only) to CS |
GetRegistryExtension()
Interface defining methods to be implemented for getting CS URLs and paths.
Declaration
string GetRegistryExtension()
Returns
Type | Description |
---|---|
String | Extension used in CS URLs |
GetWwwFolder()
Interface defining methods to be implemented for getting CS URLs and paths.
Declaration
string GetWwwFolder()
Returns
Type | Description |
---|---|
String | The www folder used in CS |
Extension Methods
EnumUtil.MapEnums<From, To>(From)