HierarchyService.Update(HierarchyInfo) 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.
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.