summaryM:DotNetNuke.Common.Utilities.XmlUtils.AppendElement(System.Xml.XmlDocument@,System.Xml.XmlNode,System.String,System.String,System.Boolean)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void AppendElement( ref XmlDocument objDoc, XmlNode objNode, string attName, string attValue, bool includeIfEmpty ) |
Visual Basic |
---|
Public Shared Sub AppendElement ( ByRef objDoc As XmlDocument, objNode As XmlNode, attName As String, attValue As String, includeIfEmpty As Boolean ) |
Parameters
- objDoc
- Type: System.Xml..::..XmlDocument%
paramobjDocM:DotNetNuke.Common.Utilities.XmlUtils.AppendElement(System.Xml.XmlDocument@,System.Xml.XmlNode,System.String,System.String,System.Boolean)
- objNode
- Type: System.Xml..::..XmlNode
paramobjNodeM:DotNetNuke.Common.Utilities.XmlUtils.AppendElement(System.Xml.XmlDocument@,System.Xml.XmlNode,System.String,System.String,System.Boolean)
- attName
- Type: System..::..String
paramattNameM:DotNetNuke.Common.Utilities.XmlUtils.AppendElement(System.Xml.XmlDocument@,System.Xml.XmlNode,System.String,System.String,System.Boolean)
- attValue
- Type: System..::..String
paramattValueM:DotNetNuke.Common.Utilities.XmlUtils.AppendElement(System.Xml.XmlDocument@,System.Xml.XmlNode,System.String,System.String,System.Boolean)
- includeIfEmpty
- Type: System..::..Boolean
paramincludeIfEmptyM:DotNetNuke.Common.Utilities.XmlUtils.AppendElement(System.Xml.XmlDocument@,System.Xml.XmlNode,System.String,System.String,System.Boolean)