NodeIsFeature Property

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

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.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