Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
public void ForEachNodeInSubTree<TNode>( Action<TNode> action ) where TNode : class
Parameters
- action
- Type: SystemActionTNode
The action to apply.
Type Parameters
- TNode
- The type of the node.
Version Information
Supported in: 14.6, 14.5
See Also