| ReactionDynamicsAdd Method |
Adds new element.
Namespace: Dynamicweb.Content.Social.MetricsAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public bool Add(
DateTime date,
int reactions
)
Public Function Add (
date As DateTime,
reactions As Integer
) As Boolean
Parameters
- date
- Type: SystemDateTime
Date. - reactions
- Type: SystemInt32
Number of reactions.
Return Value
Type:
BooleanValue indicating whether element was added.
Remarks See Also