HierarchyService.Update(HierarchyInfo) Method

Definition

When overridden in a derived class, updates the view of the specified node.

public:
 abstract void Update(Microsoft::Web::Management::Client::HierarchyInfo ^ hierarchyInfo);
public abstract void Update (Microsoft.Web.Management.Client.HierarchyInfo hierarchyInfo);
abstract member Update : Microsoft.Web.Management.Client.HierarchyInfo -> unit

Parameters

hierarchyInfo
HierarchyInfo

The HierarchyInfo object to be updated.

Remarks

This method enables you to create a customized Update method to perform actions such as collapsing the node that is specified by the hierarchyInfo parameter.

For an example of this method, see the example for the HierarchyService class.

Applies to