Share via


DataViewHierarchyAccessor.GetNodePath(Int32) Method

Definition

Infers a node path from the location of a node in the data view hierarchy.

public:
 System::String ^ GetNodePath(int itemId);
public string GetNodePath (int itemId);
member this.GetNodePath : int -> string
Public Function GetNodePath (itemId As Integer) As String

Parameters

itemId
Int32

The item ID of the node for which the node path should be inferred.

Returns

Returns the node path for the specified item, or returns null if not path is available.

Exceptions

The specified itemId is invalid.

Applies to