Show / Hide Table of Contents

Interface ConfigFile.IServicesConfiguration

Utility class used to access the SuperOffice.CRM.Services entry in the Config file. Created in Process scope

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

Properties

ApplicationToken

Application token passed with servicves to identify the client application.

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

RemoteBaseURL

Base URL for remote services (Default: http://localhost/webs/SuperOffice.Web.Services). This value will be overridden by WebServices.RemoteBaseURL

Declaration
string RemoteBaseURL { 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