Network Children
Hey,
I would like to know if there is a way to get the children of a node inside a network programaticaly.
So, let's say in my network I have parent A and I want all its children programmaticaly.
How would i do that in javascript ?
Hey,
I would like to know if there is a way to get the children of a node inside a network programaticaly.
So, let's say in my network I have parent A and I want all its children programmaticaly.
How would i do that in javascript ?
Hi Frederik,
You can use the GetChildConnections code snippet as shown below. The name parameter will be the name of the node to return child connections for.
var params = {
name: undefined /* STRING */
};
// result: INFOTABLE dataShape: NetworkConnection
var result = Networks["MyNetwork"].GetChildConnections(params);
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.