This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see MagicChunks.
- Assembly
- MagicChunks
.dll - Namespace
- MagicChunks
.Helpers - Containing Type
- XmlExtensions
Syntax
public static XElement CreateChildElement(this XElement source, string documentNamespace, string elementName, string attrName = null, string attrValue = null)
Parameters
| Name | Type | Description |
|---|---|---|
| source | XElement | |
| documentNamespace | string | |
| elementName | string | |
| attrName | string | |
| attrValue | string |
Return Value
| Type | Description |
|---|---|
| XElement |
