InMemoryIndexedCacheAddDocuments Method

This is used to index documents and add their key/file mappings to the cache

Definition

Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public override void AddDocuments(
	XPathNavigator configuration
)

Parameters

configuration  XPathNavigator
The configuration used to add documents

See Also