Click or drag to resize
Sandcastle Help File BuilderTocEntryContainsMatch Method
See if this entry or one of its children is a match to the specified source filename.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public TocEntry ContainsMatch(
	string sourceFilename
)

Parameters

sourceFilename
Type: SystemString
The source filename to match

Return Value

Type: TocEntry
The match TOC entry or null if not found
See Also