'Declaration Public Overloads Function IsExists( _ ByVal xpathExpr As String, _ ByVal nsMgr As XmlNamespaceManager _ ) As Boolean
public bool IsExists( string xpathExpr, XmlNamespaceManager nsMgr )
Parameters
- xpathExpr
- The XPath expression.
- nsMgr
- Parameter used for namespace resolution of the XPath expression.
Return Value
true if the specified node is found; otherwise, false.