Click or drag to resize
ReactionDynamicsToDictionary Method
Returns a dictionary representation of the current object.

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

Return Value

Type: IDictionaryDateTime, Int32
A dictionary representation of the current object.
Remarks
Dictionary elements are sorted by keys.
See Also