Skip to Content
0
Aug 17, 2017 at 12:40 PM

What is the difference between siteConfigService.getProperty() and configurationService.getConfiguration().getString()

380 Views

Hi Friends

Can you anyone help me understand the difference between reading the properties using

siteConfigService.getProperty("propery.name")'

and

configurationService.getConfiguration().getString("property.name");