ManagementContentNavigator.MoveToChild(String) Method

Definition

Makes the specified child node the current node.

public:
 bool MoveToChild(System::String ^ name);
public bool MoveToChild (string name);
member this.MoveToChild : string -> bool
Public Function MoveToChild (name As String) As Boolean

Parameters

name
String

The name of the target child node.

Returns

true if the child node was found and made the current node; otherwise, false.

Remarks

If a child node is not found, the current node is set to null.

Applies to