NDoc 1.3.1 SDK

Settings.SetSetting Method (String, String, String)

Stores a setting

[Visual Basic]
Public Sub SetSetting( _ 
   ByVal section As String, _ 
   ByVal name As String, _ 
   ByVal val As String _ 
)
[C#]
public void SetSetting(
   string section,
   string name,
   string val
);
[C++]
public: void SetSetting(
   String* section,
   String* name,
   String* val
);
[JScript]
public function SetSetting(
   String section,
   String name,
   String val
);

Parameters

section
The section name to store the setting in
name
The name of the setting
val
The setting's value

Remarks

Passing an emtpy string removes the setting

See Also

Settings Class | NDoc.Core Namespace | Settings.SetSetting Overload List