I've created an index in repositories that indexed all content (pages, paragraps) and I get this.
ParagraphContent | System.String[] |
Which by your documentation should contain:
- Paragraph content contains an array of the item type properties for each item-based paragraph on a page
How do I print out the values of said array?
I've tried the solution from here: https://doc.dynamicweb.com/forum/cms-standard-features/cms-standard-features/how-can-i-get-and-publish-value-of-a-system-string
But with no luck.