Click or drag to resize
ReactionDynamicsContainsReactionCount Method
Returns value indicating whether this object contains any elements with the given number of reactions.

Namespace: Dynamicweb.Content.Social.Metrics
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public bool ContainsReactionCount(
	int reactions
)

Parameters

reactions
Type: SystemInt32
Number of reactions.

Return Value

Type: Boolean
Value indicating whether this object contains any elements with the given number of reactions.
Remarks