Documentation > CMS Template API Library > SectionElement
CrownPeak.CMSAPI.SectionElement
Used to model Xml so you can edit the generated web.config sections when usign FedAuthHosting
| Name | Description | Type |
|---|---|---|
| AddAttribute | Add attributes to the element |
Method |
| AddChild | Add a child element to the element |
Method |
| Attributes | Dictionary of attributes in the element |
Property |
| Children | List of child elements to add |
Property |
| InnerText | Text to go inside the element |
Property |
| Name | The elements name. Has no effect on parent. |
Property |