summaryM:DotNetNuke.Common.Utilities.XmlUtils.GetAttributeValueAsInteger(System.Xml.XPath.XPathNavigator,System.String,System.Int32)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static int GetAttributeValueAsInteger( XPathNavigator navigator, string attributeName, int defaultValue ) |
Visual Basic |
---|
Public Shared Function GetAttributeValueAsInteger ( navigator As XPathNavigator, attributeName As String, defaultValue As Integer ) As Integer |
Parameters
- navigator
- Type: System.Xml.XPath..::..XPathNavigator
paramnavigatorM:DotNetNuke.Common.Utilities.XmlUtils.GetAttributeValueAsInteger(System.Xml.XPath.XPathNavigator,System.String,System.Int32)
- attributeName
- Type: System..::..String
paramattributeNameM:DotNetNuke.Common.Utilities.XmlUtils.GetAttributeValueAsInteger(System.Xml.XPath.XPathNavigator,System.String,System.Int32)
- defaultValue
- Type: System..::..Int32
paramdefaultValueM:DotNetNuke.Common.Utilities.XmlUtils.GetAttributeValueAsInteger(System.Xml.XPath.XPathNavigator,System.String,System.Int32)