Endeca Presentation API
AddList Method (key, value)
NamespacesEndeca.LoggingLogEntryAddList(String, IList)
Set the given key to the list value. Note that the values in the list will all be converted to strings, so getList will return a list of Strings.
Declaration Syntax
C#Visual BasicVisual C++
public void AddList(
	string key,
	IList value
)
Public Sub AddList ( _
	key As String, _
	value As IList _
)
public:
void AddList (
	String^ key, 
	IList^ value
)
Parameters
key (String)
The String to use as the key of the element to set.
value (IList)
The IList to use as the value of the element to add.

Assembly: Endeca.Logging (Module: Endeca.Logging) Version: 0.0.0.0