summaryM:DotNetNuke.Common.Utilities.XmlUtils.GetAttributeValueAsLong(System.Xml.XPath.XPathNavigator,System.String,System.Int64)

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

Syntax

C#
public static long GetAttributeValueAsLong(
	XPathNavigator navigator,
	string attributeName,
	long defaultValue
)
Visual Basic
Public Shared Function GetAttributeValueAsLong ( 
	navigator As XPathNavigator,
	attributeName As String,
	defaultValue As Long
) As Long

Parameters

navigator
Type: System.Xml.XPath..::..XPathNavigator
paramnavigatorM:DotNetNuke.Common.Utilities.XmlUtils.GetAttributeValueAsLong(System.Xml.XPath.XPathNavigator,System.String,System.Int64)
attributeName
Type: System..::..String
paramattributeNameM:DotNetNuke.Common.Utilities.XmlUtils.GetAttributeValueAsLong(System.Xml.XPath.XPathNavigator,System.String,System.Int64)
defaultValue
Type: System..::..Int64
paramdefaultValueM:DotNetNuke.Common.Utilities.XmlUtils.GetAttributeValueAsLong(System.Xml.XPath.XPathNavigator,System.String,System.Int64)

Return Value

returnsM:DotNetNuke.Common.Utilities.XmlUtils.GetAttributeValueAsLong(System.Xml.XPath.XPathNavigator,System.String,System.Int64)

See Also