Release 1.0 - ...
<section> element
Defines a section in this configuration file.
Example
XML |
Copy Code
|
<section name="schemaSettings" type="Smartsite.Core.SchemaConfigSection, Smartsite.Runtime"/>
|
Attributes
Attribute name |
Required |
Description |
name |
Yes |
The name of the section. |
type |
Yes |
Defines the .Net type and assembly which handles this specific configuration section. |
Parent element
Element name |
Description |
<configSections> |
Defines the configuration sections that are defined in this configuration file. |
Child elements
None.