DataViewHierarchyAccessor.GetNodeId(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.
Retrieves the node ID as specified in the data view support XML from an item ID.
public:
System::String ^ GetNodeId(int itemId);
public string GetNodeId (int itemId);
member this.GetNodeId : int -> string
Public Function GetNodeId (itemId As Integer) As String
Parameters
- itemId
- Int32
Item ID of the object for which to retrieve the node ID.
Returns
Returns the node ID, or returns null if no node ID exists.
Exceptions
The specified itemId is invalid.