summaryM:DotNetNuke.Services.Installer.Util.ReadAttribute(System.Xml.XPath.XPathNavigator,System.String)

Namespace: DotNetNuke.Services.Installer
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string ReadAttribute(
	XPathNavigator nav,
	string attributeName
)
Visual Basic
Public Shared Function ReadAttribute ( 
	nav As XPathNavigator,
	attributeName As String
) As String

Parameters

nav
Type: System.Xml.XPath..::..XPathNavigator
paramnavM:DotNetNuke.Services.Installer.Util.ReadAttribute(System.Xml.XPath.XPathNavigator,System.String)
attributeName
Type: System..::..String
paramattributeNameM:DotNetNuke.Services.Installer.Util.ReadAttribute(System.Xml.XPath.XPathNavigator,System.String)

Return Value

returnsM:DotNetNuke.Services.Installer.Util.ReadAttribute(System.Xml.XPath.XPathNavigator,System.String)

See Also