Click or drag to resize

PersistentSettingsSetStringList Method

Including a item with the value of StringListRootKey will cause the ProgramData value to get inserted at that location in the list when calling GetStringList.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void SetStringList(
	string key,
	string[] value
)

Parameters

key
Type: SystemString
The string key.
value
Type: SystemString
An array of values to set.
See Also