Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic List of all children within a container (Read 1989 times)
Dirk Woelfel
YaBB Newbies
*
Offline



Posts: 17
Joined: Jun 26th, 2006
List of all children within a container
Sep 11th, 2018 at 3:35pm
Print Post  
Hello,

I'm looking for a list of all the children inside a container.

According to the documentation, a ContainerNode should have the property "Children". Unfortunately it is not possible for me to address this property.

What am I doing wrong?

Thank you very much,

Dirk
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3435
Joined: Oct 19th, 2005
Re: List of all children within a container
Reply #1 - Sep 11th, 2018 at 5:04pm
Print Post  
Hi,

There's ContainerNode.Chidlren in newer versions of the API we have for other platforms. In Windows Forms version you can access them through ContainerNode.SubordinateGroup.AttachedNodes.

Regards,
Slavcho
  
Back to top
 
IP Logged
 
Dirk Woelfel
YaBB Newbies
*
Offline



Posts: 17
Joined: Jun 26th, 2006
Re: List of all children within a container
Reply #2 - Sep 11th, 2018 at 6:35pm
Print Post  
Perfect and thank you very much!

I didn't find this property.

Now it's working...

Dirk
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint