ISettingsSetSetting Method (String, String, String) Ingeniux CMS Content Store API

Sets a string setting value.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void SetSetting(
	string sectionName,
	string settingName,
	string settingValue
)

Parameters

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

Reference