Click or drag to resize
Sandcastle Help File BuilderSqlResolveReferenceLinksComponentCreateTargetDictionary Method
This is overridden to create a target dictionary that utilizes an SQL database for persistence

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public override TargetDictionary CreateTargetDictionary(
	XPathNavigator configuration
)

Parameters

configuration
Type: System.Xml.XPathXPathNavigator
The configuration element for the target dictionary

Return Value

Type: TargetDictionary
A simple dictionary if no connectionString attribute is found or a SQL backed target dictionary if the attribute is found.
See Also