summaryM:DotNetNuke.Common.Utilities.XmlUtils.AppendElement(System.Xml.XmlDocument@,System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void AppendElement(
	ref XmlDocument objDoc,
	XmlNode objNode,
	string attName,
	string attValue,
	bool includeIfEmpty,
	bool cdata
)
Visual Basic
Public Shared Sub AppendElement ( 
	ByRef objDoc As XmlDocument,
	objNode As XmlNode,
	attName As String,
	attValue As String,
	includeIfEmpty As Boolean,
	cdata 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,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,System.Boolean)
attName
Type: System..::..String
paramattNameM:DotNetNuke.Common.Utilities.XmlUtils.AppendElement(System.Xml.XmlDocument@,System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean)
attValue
Type: System..::..String
paramattValueM:DotNetNuke.Common.Utilities.XmlUtils.AppendElement(System.Xml.XmlDocument@,System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean)
includeIfEmpty
Type: System..::..Boolean
paramincludeIfEmptyM:DotNetNuke.Common.Utilities.XmlUtils.AppendElement(System.Xml.XmlDocument@,System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean)
cdata
Type: System..::..Boolean
paramcdataM:DotNetNuke.Common.Utilities.XmlUtils.AppendElement(System.Xml.XmlDocument@,System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean)

See Also