AI OnAI Off
Found it - DataAbstraction.SoftLink :
EPiServer.Web.Hosting.UnifiedFile f = System.Web.Hosting.HostingEnvironment.VirtualPathProvider.GetFile(filename) as EPiServer.Web.Hosting.UnifiedFile; EPiServer.DataAbstraction.SoftLinkCollection filecollection = EPiServer.DataAbstraction.SoftLink.Load(f); foreach (EPiServer.DataAbstraction.SoftLink file in filecollection) { PageReference ref = new PageReference(); ref = file.OwnerPageLink; }
In 'Show File Summary' in the right click menu of an image in the file manager you can view the 'Linking Pages' i.e. where the image is being used on the site. Is there a way I can access this list of pages in code?