Click or drag to resize

RecognitionExpressionGroupBaseNodes Property

Gets the list of nodes within this group.

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public IEnumerable<IRecognitionExpressionNode> Nodes { get; }

Property Value

Type: IEnumerableIRecognitionExpressionNode

Implements

IRecognitionExpressionGroupNodes
See Also