Hi all,
I want to add a ArrayList property.
When using VS to add a new custom property, it creates for instance an override of ParseToSelf(string).
Do I have to build a whole system around this, feeding ParseToSelf the ArrayList as XML in a string or is there an easier way to solve this problem?
Hi!
Unfortunately, at the moment you will have to write the code to convert your ArrayList to a string yourself. We are looking on adding some more advanced properties at the moment and if we have time we will try and implement a base class for lists to make this easier in the future.
Regards
Linus Ekström
EPiServer Development Team