TargetDictionary.TargetDictionary Constructor
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.dll
Constructor
protected TargetDictionary(BuildComponentCore component, XPathNavigator configuration)
Parameters
componentBuildComponentCoreThe build component that owns the dictionary. This is useful for logging messages during initialization.
configurationXPathNavigatorThe configuration used to create the target dictionary
Remarks
The default implementation always creates a unique ID based on the directory path and file
pattern if an id attribute is not found in the configuration. Using a common ID across
instances allows sharing of the target dictionary data store.