When attempting to delete pages or images in EPiServer A list of links will be displayed informing the editor that various pages may have links etc that could be broken.
I was wondering whether there is a way to extend my MultiplePropertyBase class to allow VPP images and pages that are linked to in the serialized entities to be flagged up in the UI?
Currently when a page or VPP image is linked to in a MultipleProperty the UI will not show this when deleting the image or page.
The MultipleProperrtyBase class has a Type of PropertyDataType.LongString and implements IReferenceMap.
Hi
When attempting to delete pages or images in EPiServer A list of links will be displayed informing the editor that various pages may have links etc that could be broken.
I was wondering whether there is a way to extend my MultiplePropertyBase class to allow VPP images and pages that are linked to in the serialized entities to be flagged up in the UI?
Currently when a page or VPP image is linked to in a MultipleProperty the UI will not show this when deleting the image or page.
The MultipleProperrtyBase class has a Type of PropertyDataType.LongString and implements IReferenceMap.
Thanks in Advance
Lee