Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
This document describes the syntax used when explaining the various configuration sections and elements of EPiServer CMS. Each configuration sub-element is described in two different ways: a pseudo XML structure showing the hierarchy and including all attributes, and a set of tables describing each element's attributes in more detail.
Please refer to Configuration Overview section for a general description of the configuration structure in EPiServer CMS.
Example:
<someElement>
<optionalCollectionElement>
<add optionalAttribute="valueType"
requiredAttribute="valueType" />
...
</optionalCollectionElement>
<optionalElement (obsoleteAttribute="valueType")
optionalAttribute="valueType"
requiredAttribute="valueType" />
<requiredElement (obsoleteAttribute="valueType")
optionalAttribute="valueType"
requiredAttribute="valueType" />
</someElement>
More detailed descriptions of attributes are displayed in table format, one table for each element.
Example:
<requiredElement/>Element Attributes
Name | Default Value | Description |
---|---|---|
(obsoleteAttribute) | Description of obsoleteAttribute. | |
optionalAttribute | A default value | Description of optionalAttribute. |
requiredAttribute | Another default >value | Required. Description of requiredAttribute. |
Last updated: Mar 25, 2013