ManagementContentNavigator.MoveToPath(String) Method

Definition

Sets the current node to the specified path.

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

Parameters

configurationPath
String

The target configuration path.

Returns

true if the current node is not null; otherwise, false.

Remarks

If the specified path is not valid, the current node is set to null.

Applies to