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?
Hi!
An InnerContent object has a RootContent property that returns a type of ContentBase, which is the node the inner content belongs to.
Vidar
That was easy. Thanks :)