Get the child nodes given an enumeration of node indexes.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Parameters
- nodes
- Type: System.Collections.Generic IEnumerable Int32
The node indexes to get children for.
Return Value
Type: DataNodeCollectionA collection of the child nodes, could be empty.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Thrown if the nodes argument was null. |
Version Information
See Also