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

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

Syntax

C#
public static XmlAttribute CreateAttribute(
	XmlDocument objDoc,
	string attName,
	string attValue
)
Visual Basic
Public Shared Function CreateAttribute ( 
	objDoc As XmlDocument,
	attName As String,
	attValue As String
) As XmlAttribute

Parameters

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

Return Value

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

See Also