Get the parent nodes given an enumeration of node indexes.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public abstract DataNodeCollection GetParents( IEnumerable<int> nodes )
Parameters
- nodes
- Type: System.Collections.GenericIEnumerableInt32
The node indexes to get parents for.
Return Value
Type: DataNodeCollectionA collection of the parent nodes, could be empty.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown if the nodes argument was null. |
Version Information
See Also