Click or drag to resize
Sandcastle Help File BuilderSqlResolveReferenceLinksComponentCreateMsdnResolver Method
This is overridden to allow use of an SQL backed MSDN content ID cache

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
protected override MsdnResolver CreateMsdnResolver(
	XPathNavigator configuration
)

Parameters

configuration
Type: System.Xml.XPathXPathNavigator
The component configuration

Return Value

Type: MsdnResolver
An MSDN resolver instance
See Also