Create content from frontend with document type property RelatedLinks
Hi,
Now i am facing another issue. I have a document type which contains a RelatedLinks Property. Content of that document type is created from the frontend. So for that reason i created a custom mvc controller and a custom model to mamage the submission page and as soon as the logged on member is posting the data to the controller i am creating a model of the specific document type, mapping the data from my model to document type model and save it in umbraco using the ContentService Api. I am facing an issue here. I cannot map a property from my custom model which is a List
I will appreciate any suggestion or a code example on how to do that.
Create content from frontend with document type property RelatedLinks
Hi, Now i am facing another issue. I have a document type which contains a RelatedLinks Property. Content of that document type is created from the frontend. So for that reason i created a custom mvc controller and a custom model to mamage the submission page and as soon as the logged on member is posting the data to the controller i am creating a model of the specific document type, mapping the data from my model to document type model and save it in umbraco using the ContentService Api. I am facing an issue here. I cannot map a property from my custom model which is a List
I will appreciate any suggestion or a code example on how to do that.
Best Regards Thomas
I found the solution thanks to the topic bloody RelatedLinks!!! how do you set value to this property - umbraco 7.1.8 and the answers of @jivan
is working on a reply...