Click or drag to resize

ISettingsSetSetting Method (String, String, Boolean)


Sets a Boolean setting value.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
void SetSetting(
	string sectionName,
	string settingName,
	bool settingValue
)

Parameters

sectionName
Type: SystemString
Section name
settingName
Type: SystemString
Setting name within section
settingValue
Type: SystemBoolean
Boolean value of this setting
See Also