| ReactionDynamicsContainsReactionCount Method |
Returns value indicating whether this object contains any elements with the given number of reactions.
Namespace: Dynamicweb.Content.Social.MetricsAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public bool ContainsReactionCount(
int reactions
)
Public Function ContainsReactionCount (
reactions As Integer
) As Boolean
Parameters
- reactions
- Type: SystemInt32
Number of reactions.
Return Value
Type:
BooleanValue indicating whether this object contains any elements with the given number of reactions.
Remarks See Also