summaryM:DotNetNuke.Common.Utilities.XmlUtils.CreateAttribute(System.Xml.XmlDocument,System.String,System.String)
Namespace: DotNetNuke.Common.UtilitiesAssembly: 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)