Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to use image property of kaliko CMS in list to make photo gallery .
I am saving all files in server files/images folder

[ImageProperty("News image", TabGroup = "NewImage")]
 public virtual ImageProperty NewsImages { get; set; }


News images I want to use as List but error come invalid html identifier list.
So generic list cannot be used , Is there any other way I can store multiple images and make a library of 1 list in c# using kaliko CMS?

What I have tried:

[ImageProperty("News image", TabGroup = "NewImage")]
         public virtual List<mageProperty> NewImage { get; set; }


That is wrong
Posted
Updated 9-Jul-20 2:34am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900