Click or drag to resize
ReactionDynamicsAdd Method
Adds new element.

Namespace: Dynamicweb.Content.Social.Metrics
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public bool Add(
	DateTime date,
	int reactions
)

Parameters

date
Type: SystemDateTime
Date.
reactions
Type: SystemInt32
Number of reactions.

Return Value

Type: Boolean
Value indicating whether element was added.
Remarks