Click or drag to resize
Sandcastle Help File BuilderESentResolveReferenceLinksComponentCreateTargetDictionary Method
This is overridden to create a target dictionary that utilizes an ESENT 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 cachePath attribute is found or an ESENT backed target dictionary if the attribute is found.
See Also