WebAppService.getApplicationConfigurationClientSetting Method

Given a setting ID, this method will search all modules (if a module ID is not provided) and the app settings on the client to try and find the setting ID. If it's not present, null will be returned.
 

Parameters

settingId

Type: String
The ID setting to get the value for.
moduleId

Type: String
(optional) The ID of the module to search. If this is not supplied, all modules will be searched.
Optional: True

Return Value


Type: Object - May be null
The value for the setting, if it's found; otherwise, null.