NodeIsFeature Property

CVB.Net Documentation
Returns whether this node is considered a feature node.

Namespace:  Stemmer.Cvb.GenApi
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool IsFeature { get; }

Property Value

Type: Boolean

Implements

INodeIsFeature
Remarks

Feature nodes are in a way public / user interface nodes. All nodes, that are directly referenced by the RootCategoryNode or indirectly via other CategoryNodes that are children of Root, are considered features.
See Also

Reference