Click or drag to resize

ISettings.SetSetting Method (String, String, Boolean)


Sets a Boolean setting value.

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

Parameters

sectionName
Type: System.String
Section name
settingName
Type: System.String
Setting name within section
settingValue
Type: System.Boolean
Boolean value of this setting
See Also