London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
A promotion type is just another CMS content type, so there is no builtin support for dictionary type. However I guess you can try this:
http://epideveloper.blogspot.se/2013/10/episerver-7-custom-property-combined.html
There is no guarantee it'll work, though.
Thank you Quan,
Is there built-in support for a List type? Like a List<string> ?
- Ken
It's supported: http://world.episerver.com/blogs/per-magne-skuseth/dates/2015/11/trying-out-propertylistt/
Hi,
I'm setting up a custom promotion in the new Promotions system.
I'd like to have a property (or Content Block?) that can be used like a .Net Dictionary, or a List>.
My users will need to add / delete rows.
Something like this:
.
MyListProperty:
.
Is something like that possible?
Thanks so much,
- Ken