summaryM:DotNetNuke.Common.Utilities.XmlUtils.CreateAttribute(System.Xml.XmlDocument,System.Xml.XmlNode,System.String,System.String)

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

Syntax

C#
public static void CreateAttribute(
	XmlDocument objDoc,
	XmlNode objNode,
	string attName,
	string attValue
)
Visual Basic
Public Shared Sub CreateAttribute ( 
	objDoc As XmlDocument,
	objNode As XmlNode,
	attName As String,
	attValue As String
)

Parameters

objDoc
Type: System.Xml..::..XmlDocument
paramobjDocM:DotNetNuke.Common.Utilities.XmlUtils.CreateAttribute(System.Xml.XmlDocument,System.Xml.XmlNode,System.String,System.String)
objNode
Type: System.Xml..::..XmlNode
paramobjNodeM:DotNetNuke.Common.Utilities.XmlUtils.CreateAttribute(System.Xml.XmlDocument,System.Xml.XmlNode,System.String,System.String)
attName
Type: System..::..String
paramattNameM:DotNetNuke.Common.Utilities.XmlUtils.CreateAttribute(System.Xml.XmlDocument,System.Xml.XmlNode,System.String,System.String)
attValue
Type: System..::..String
paramattValueM:DotNetNuke.Common.Utilities.XmlUtils.CreateAttribute(System.Xml.XmlDocument,System.Xml.XmlNode,System.String,System.String)

See Also