ftos.utils.getAppSetting

IMPORTANT!  
Starting with v24.3.0, this is renamed from getAppSetting to ftos.utils.getAppSetting.

Returns the value of a key in the <appSettings> section of the Web.config file.

This method is suitable for all business service components modules.

Syntax

function ftos.utils.getAppSetting(settingName: string): string
 
Parameter Description
settingName appSettings entry in the Web.config file you wish to return.

Return Value

Returns the value of the appSettings entry.

Examples