Hi guys,
I have a situation where I need to access some properties of the Column Item in the template for ProductList feed.
I am basically trying to accomplish something similar with how the properties are read in the Printable papers setup but using a Column instead of a paragraph.
With regular paragraphs the properties are read using: Pageview.CurrentParagraph.Item["XXXXXX"]
I have looked in the API for the properties of PageView but I could not find something specific for "Columns" and from what I see in the database, Columns are basically Paragraphs.
Is there any other method for getting properties from the Column Item?
Thank you,
Adrian