I'm using EPiServer CMS 7.5. I have a block that has a LinkItemCollection property.
public virtual LinkItemCollection LinkList { get; set; }
The user can drag-and-drop any document from the Assets pane into the Link Item Collection. How do I prevent the user from adding a document that already exists in the Link Item Collection while in forms edit mode?
error This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
I'm using EPiServer CMS 7.5. I have a block that has a LinkItemCollection property.
The user can drag-and-drop any document from the Assets pane into the Link Item Collection. How do I prevent the user from adding a document that already exists in the Link Item Collection while in forms edit mode?