| ISettingsSetSetting Method (String, String, Boolean) | 
        
        
          
         
            Sets a Boolean setting value.
            
 
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
 Syntax
Syntaxvoid SetSetting(
	string sectionName,
	string settingName,
	bool settingValue
)
Sub SetSetting ( 
	sectionName As String,
	settingName As String,
	settingValue As Boolean
)
void SetSetting(
	String^ sectionName, 
	String^ settingName, 
	bool settingValue
)
abstract SetSetting : 
        sectionName : string * 
        settingName : string * 
        settingValue : bool -> unit 
Parameters
- sectionName
- Type: SystemString
 Section name
- settingName
- Type: SystemString
 Setting name within section
- settingValue
- Type: SystemBoolean
 Boolean value of this setting
 See Also
See Also