ManagementContentNavigator.MoveToParent Method

Definition

Makes the parent node the current node.

public:
 bool MoveToParent();
public bool MoveToParent ();
member this.MoveToParent : unit -> bool
Public Function MoveToParent () As Boolean

Returns

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

Remarks

If this method is called on the root node, the current node is set to null.

Applies to