Click or drag to resize
Sandcastle Help File BuilderESentIndexedCacheAddDocuments Method
This is used to index documents and add their key/file mappings to the cache

Namespace: SandcastleBuilder.Components.Commands
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public override void AddDocuments(
	XPathNavigator configuration
)

Parameters

configuration
Type: System.Xml.XPathXPathNavigator
The configuration used to add documents
Remarks
If a cache path attribute is found and is not empty, the given database cache is used rather than an in-memory cache for the file set. If not found or empty, the index information is added to the standard in-memory cache.
See Also