Endeca Presentation API
GetList Method (key)
NamespacesEndeca.LoggingLogEntryGetList(String)
Get the given list value associated with a given key. If the value was not originally set using setList, this method will return a list with a single item containing the string representation of the original value. Any changes made to the IList object after calling getList will not be reflected in the LogEntry's value. In order to change the value of the list contents, setList() must be used.
Declaration Syntax
C#Visual BasicVisual C++
public IList GetList(
	string key
)
Public Function GetList ( _
	key As String _
) As IList
public:
IList^ GetList (
	String^ key
)
Parameters
key (String)
The String to use as the key of the element to get.
Return Value
Returns the list value associated with the given key.

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