Click or drag to resize

IRecognitionExpressionGroupRemove Method

Removes the given node from this group.

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
void Remove(
	IRecognitionExpressionNode node
)

Parameters

node
Type: Dynamicweb.Analytics.Profiles.RecognitionIRecognitionExpressionNode
Node to remove.
See Also