NDoc 1.3.1 SDK

Settings.SetSettingList Method 

Stores a list of settings

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

Parameters

section
The section name to store the list under
name
The name of the setting
itemName
The name of each item in the list
list
The list

See Also

Settings Class | NDoc.Core Namespace