DataViewHierarchyAccessor.GetNodePath(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.