API:REST.Backend.EMSProvider.TEMSProvider.URLBasePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URLBasePath: string read FURLBasePath write SetURLBasePath default 0;

C++

__property URLBasePath = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TEMSProvider

Description

Virtual directory of the EMS Server in a production environment.

REST.Backend.EMSProvider.TEMSProvider.URLBasePath inherits from REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLBasePath. All content below this line refers to REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLBasePath.

Virtual directory of the EMS Server in a production environment.

Use the URLBasePath to point the EMS Server files that are hosted in a production environment. URLBasePath default value is /emsserver/emsserver.dll.

See Also