Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

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.