Click or drag to resize
ReactionDynamicsToList Method
Returns a list representation of the current object.

Namespace: Dynamicweb.Content.Social.Metrics
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public IList<KeyValuePair<DateTime, int>> ToList()

Return Value

Type: IListKeyValuePairDateTime, Int32
A list representation of the current object.
Remarks
List elements are sorted by keys.
See Also