Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Product version: |
EPiServer CMS 6 / 6 R2 |
---|---|
Document last saved: |
This document describes how to use the XmlPageProvider that can be downloaded for EPiServer CMS 6 and 6 R2. Any of these versions is a prerequisite for this installation. Install the XmlPageProvider as follows:
<episerver xmlns="http://EPiServer.Configuration.EPiServerSection">
...
<pageProvider>
<providers>
<add name="XmlPageProvider"
type="CodeSamples.XmlPageProvider, XmlPageProvider"
entryPoint="52"
capabilities="Create,Edit,Delete,Search" filePath="<full path to site>\externalPages.xml"/>
</providers>
</pageProvider>
...
</episerver>
You should now be able to use your new external EPiServer CMS page provider.