| SqlIndexedCacheAddDocuments Method |
This is used to index documents and add their key/file mappings to the cache
Namespace: SandcastleBuilder.Components.CommandsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public override void AddDocuments(
XPathNavigator configuration
)
Public Overrides Sub AddDocuments (
configuration As XPathNavigator
)
public:
virtual void AddDocuments(
XPathNavigator^ configuration
) override
abstract AddDocuments :
configuration : XPathNavigator -> unit
override AddDocuments :
configuration : XPathNavigator -> unit
Parameters
- configuration
- Type: System.Xml.XPathXPathNavigator
The configuration used to add documents
Remarks If a groupId attribute is found, the given database cache is used rather than an
in-memory cache for the file set. If not found, the index information is added to the standard
in-memory cache.
See Also