IndexedCommentsCache.IndexCommentsFiles Method
Definition
- Assembly
- Sandcastle.Core.dll
Index all comments files found in the specified folder.
public void IndexCommentsFiles(string path, string wildcard, bool recurse, ConcurrentBag<XPathNavigator> commentsFiles)
Parameters
pathstringThe path to search. If null or empty, the current directory is assumed.
wildcardstringThe wildcard to use. If null or empty, "*.xml" is assumed.
recurseboolTrue to recurse subfolders or false to only use the given folder.
commentsFilesConcurrentBag<XPathNavigator>Optional. If not null, an XPathDocument is added to the collection for each file indexed.
Remarks
The files are indexed in parallel.