This is regarding an issue in export and import tool in Episerver Admin mode.
I am using Episerver Import/Export data tools to export data from a website and import them to another website.
However, every property could be imported as expected. But not the below LinkItemCollection property,
[CultureSpecific]
[Display(
Name = "Resource files",
Description = "Resource files",
GroupName = SystemTabNames.Content,
Order = 85)]
public virtual LinkItemCollection ResourceFiles { get; set; }When I export and import the page to the website, each and every property comes to the website. But LinkItemCollection property items are not correctly imported (Such as PDfs, PNGs etc.).
I have made a support request (#508267) and as per the development team, this is by design. So It would be better if the Episerver export tool exports LinkItemCollection items. So, it will be a lot easier to migrate the CMS pages from site A to B.