AmazonECS.Net, A .Net Library for the Amazon E-Commerce Service

NodeChildrenRequest.GetNodeChildren Method 

Sends an Amazon ECS4 request to retrieve the children nodes of a specific Amazon node. The result is returned as a System.Data.DataTable with 2 columns ("NodeName" and "NodeId") and each row representing a release.

public DataTable GetNodeChildren(
   String nodeId,
   Boolean useCache
);

Parameters

String
A node id
Boolean
Specify if System.Web.HttpContext.Current.Cache should be used

Return Value

A System.Data.DataTable with 2 columns ("NodeName" and "NodeId") and each row representing a child node

Remarks

If useCache is true, the result to the request is cached for 24 hours or loaded from cache if the response is already in cache.

See Also

NodeChildrenRequest Class | Matizha.AmazonECSNet.CA Namespace