Click or drag to resize
Sandcastle Help File BuilderReflectionFilesSelectSingleNode Method
Find the single node that matches the given XPath query

Namespace: SandcastleBuilder.InheritedDocumentation
Assembly: GenerateInheritedDocs (in GenerateInheritedDocs.exe) Version: 2014.11.22.0
Syntax
public XPathNavigator SelectSingleNode(
	string xpath
)

Parameters

xpath
Type: SystemString
The XPath query used to find the node

Return Value

Type: XPathNavigator
The node if found or null if not found
See Also