| ReactionDynamicsAccumulate Method |
Accumulates the number of reactions for the given element.
Namespace: Dynamicweb.Content.Social.MetricsAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public void Accumulate(
DateTime time,
int reactions
)
Public Sub Accumulate (
time As DateTime,
reactions As Integer
)
Parameters
- time
- Type: SystemDateTime
Date. - reactions
- Type: SystemInt32
Reactions.
Remarks See Also