Developer Forum »
How to retrieve the node that the innercontent belongs to?
62 posts

I have a list of innercontents put together from many nodes. When I loop though each of the innercontents, is there a way to retrieve properties that belongs to the "owner/parent" of each innercontent-object?

181 posts

Hi!

An InnerContent object has a RootContent property that returns a type of ContentBase, which is the node the inner content belongs to.

 

Vidar

62 posts

That was easy. Thanks :)

1