HierarchyService.GetChildren(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, returns the collection of child nodes of the specified node.
public:
abstract System::Collections::Generic::IEnumerable<Microsoft::Web::Management::Client::HierarchyInfo ^> ^ GetChildren(Microsoft::Web::Management::Client::HierarchyInfo ^ hierarchyInfo);
public abstract System.Collections.Generic.IEnumerable<Microsoft.Web.Management.Client.HierarchyInfo> GetChildren (Microsoft.Web.Management.Client.HierarchyInfo hierarchyInfo);
abstract member GetChildren : Microsoft.Web.Management.Client.HierarchyInfo -> seq<Microsoft.Web.Management.Client.HierarchyInfo>
Parameters
- hierarchyInfo
- HierarchyInfo
The HierarchyInfo object from which to retrieve the child nodes.
Returns
An array of HierarchyInfo objects.
Remarks
This method enables the hierarchy service to get the child nodes for a particular node.
For an example of this method, see the example for the HierarchyService class.