Click or drag to resize

RecognitionExpressionGroupBaseRemove 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
public virtual void Remove(
	IRecognitionExpressionNode node
)

Parameters

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

Implements

IRecognitionExpressionGroupRemove(IRecognitionExpressionNode)
Exceptions
ExceptionCondition
ArgumentNullExceptionnode is null.
See Also