Share via


DataViewHierarchyAccessor.GetNodeId(Int32) Method

Definition

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.

Applies to