Release 1.0 - ...
<configSections> element
Specifies .NET 2.0 configuration sections and handler declarations. At this moment, the smartsite.config declares a single configSection for the schema settings. The contents of the configSections element is fixed, do not modify.
Example
XML |
Copy Code
|
<configSections>
<section name="schemaSettings" type="Smartsite.Core.SchemaConfigSection, Smartsite.Runtime"/>
</configSections>
|
Attributes
None.
Parent element
Element name |
Description |
<configuration> |
This is the root element of every Smartsite.config file. |
Child elements
Element name |
Description |
<section> |
Defines a section in this configuration file. |