DataViewHierarchyAccessor.SetNodePath(Int32, String) Method

Definition

Sets the node path for a node identified by a particular item ID.

public:
 void SetNodePath(int itemId, System::String ^ nodePath);
public void SetNodePath (int itemId, string nodePath);
member this.SetNodePath : int * string -> unit
Public Sub SetNodePath (itemId As Integer, nodePath As String)

Parameters

itemId
Int32

An item ID .

nodePath
String

The new node path for the node.

Exceptions

The nodePath parameter is null.

The specified itemID is invalid.

Applies to