Click or drag to resize
ReactionDynamicsItem Property
Gets or sets the number of reactions for a given date.

Namespace: Dynamicweb.Content.Social.Metrics
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public int this[
	DateTime date
] { get; set; }

Parameters

date
Type: SystemDateTime
Date.

Return Value

Type: Int32
The number of reactions.
Remarks