Click or drag to resize
ReactionDynamicsRemove Method
Removes the element with the given date.

Namespace: Dynamicweb.Content.Social.Metrics
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public int Remove(
	DateTime date
)

Parameters

date
Type: SystemDateTime
Date.

Return Value

Type: Int32
The number of reactions for the removed date or -1, if the given date was not found.
Remarks