ManagementContentNavigator.MoveToPath(String) 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.
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
.