London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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