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!

Customer type property can't get value in edit model

Vote:
 

Hi All,

We used some customer types for block properties. Like following 

[PropertyDefinitionTypePlugIn]

public class MultipleImages(){

public ImagesItem ImagesItem
{
get{...}

set{...}

}

......

}

public class ImagesItem{

public string Name {get;set;}

public string Url{get;set;}

public string ImagePath{get;set;}

}

It had worked fine in EPiServer.CMS.UI.9.2.0. After we upgrade to EPiServer.CMS.UI.9.3.4. That property can't get value in edit model.

Does anyone have idea about this problem?

Regards,

Eric

#144957
Feb 23, 2016 11:36
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.