Click or drag to resize

ISettingsGetSetting(String, String, Boolean) Method


Gets a Boolean setting value.

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

Parameters

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

Return Value

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