Click or drag to resize

ISettingsGetSetting(String, String, String) Method


Gets a string setting value.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
string GetSetting(
	string sectionName,
	string settingName,
	string defaultValue
)

Parameters

sectionName  String
Section name
settingName  String
Setting name within section
defaultValue  String
Default value to return, in case the setting doesn't exist

Return Value

String
Value of the setting. If the setting doesn't exist, returns default value.
See Also